![]() |
Data Streaming - 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: Data Streaming (/showthread.php?tid=2154) |
Data Streaming - crandalln - 06-10-2025 Hi, I’m new to the Phyphox app, and I’m exploring its data sharing capabilities. I see that data can be exported, but I’m specifically interested in whether it's possible to stream sensor data live from the phone to another device (such as a computer on the same network). I've accessed the web interface through the IP provided by the app, which displays live graphs. However, I'm not sure if this interface also provides access to raw data in a format that can be used programmatically, such as JSON, or if it's just for visual display. RE: Data Streaming - Jens Noriʇzsɔɥ - 06-11-2025 The remote access is documented in our wiki, https://phyphox.org/wiki/index.php/Remote-interface_communication, and builds on a REST API. So, yes, you can. There are also a few threads here in the forum about some details. Alternatively, there is an interface for network communications, https://phyphox.org/wiki/index.php/Network_Connections, however, you have to spend a bit more effort on the phyphox side… |