You are reading a single comment by @bzzz and its replies. Click here to read the full conversation.
  • While tinkering with the http example posted before, I've stumbled over my Android-version not allowing unencrypted communication. When I try to access my NodeRed-Instance:

    Bluetooth.println(JSON.stringify({t:"htt­p", url:"http://192.168.0.1:1880/somewhat" }));

    I get:

    com.android.... CleartextHTTP traffic to 192.168.0.1 not permitted.

    While this is sensible in internet-communications, it complicates my internal setup and would also need t:https, I suppose. Quick searching shows this as default in Android 8+ and only being avoidable by changing the Manifest of the app.

    Any chance, this might happen, or any workarounds for this?

About

Avatar for bzzz @bzzz started