OSC Messages or HTTP Post #7037
Replies: 1 comment
-
Posted at 2024-03-19 by @gfwilliams I've just updated the docs in the Android Integration app - it was possible but just nobody wrote about it:
If there's an Android app that'll do OSC then you might be able to use Android Intents to communicate with it too Posted at 2024-03-19 by _pasi thanks that helps already a lot. with companion and the post should work. I just now need to get companion avilable with https.... :) thank you Posted at 2024-04-09 by _pasi So i just found some time to go after my little project. Is there a way, that i can allow the Self Signed Certificates in Gadgetbridge ? Posted at 2024-04-10 by @gfwilliams
I don't know - but you could google Basically the Gadgetbridge code just calls into Android, so the HTTPS-only restriction appears to be from Android, and it's possible the self signed cert issue is built in too (but it may be there's some flag that can be set on the HTTPS request to ignore it) Posted at 2024-10-17 by ccchan the above not found in the banglejs2 or espurino api page. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-03-18 by _pasi
Hey,
i am Trying to send some Open Sound Controll (OSC) Messages from my Bangle.js 2.
But OSC is based on UDP, so i didn't find a Way.
My next Idea was to use Companion for me to send these OSC Messages, but i need an HTTP Post request to trigger companion.
Is this possible to with the Gadgetbridge integration to send a POST ? I couln't find anything related to the Bangle.js with HTTP Post.
Thanks already in advice
_pasi
Beta Was this translation helpful? Give feedback.
All reactions