Posts: 1
	Threads: 1
	Joined: May 2025
	
Institution: University of Hawaii at Manoa
	
 
	
	
		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?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 671
	Threads: 31
	Joined: Apr 2020
	
Institution: RWTH Aachen University
	
 
	
	
		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…