Avatar for bzzz

bzzz

Member since Jun 2022 • Last active Jun 2022
  • 0 conversations
  • 4 comments

I love bangle.js (2)

Most recent activity

  • in Bangle.js
    Avatar for bzzz

    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?

  • in Bangle.js
    Avatar for bzzz

    ..it's in the Broadcast to MQTT-App, not in Gadgetbridge. Sorry for being unclear here...

  • in Bangle.js
    Avatar for bzzz

    thanks for your example.. you can set a rate limit in the broadcast settings of the app. I've set mine to zero, and it is working really fine now.

Actions