phyphox Forums
Open sensor control (OSC) - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Feature requests (https://phyphox.org/forums/forumdisplay.php?fid=8)
+--- Thread: Open sensor control (OSC) (/showthread.php?tid=2138)



Open sensor control (OSC) - Xoxorr - 05-01-2025

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?


RE: Open sensor control (OSC) - Jens Noriʇzsɔɥ - 05-03-2025

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…