phyphox Forums

Full Version: Open sensor control (OSC)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Allow data to be transmitted from phyphox over a network in real time. Opposite of remote control sort of. Use case: use phyphox to control music making parameter in apps that can receive Open {sensor|sound} control (OSC) data. Phyphox data> = OSC over network => OSC compatible receiver. Or maybe this is already possible some how?
There is no support for OSC (even UDP) in phyphox (yet). Are Android and IOS OSC APIs (still) actively supported? I also cannot judge the protocol effort, like, how much needs to be implemented on the phyphox side.

You could find MIDI examples by Sebastian, https://www.youtube.com/watch?v=sFx9zZKe4E4, and there is also https://github.com/dorem-midi/phyphox-midi-bridge by someone else.

Depending on the clients, network connections, https://phyphox.org/wiki/index.php/Network_Connections, might be an alternative…