phyphox Forums
Help needed to access sensor data in roborealm - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: Discussion (https://phyphox.org/forums/forumdisplay.php?fid=1)
+--- Forum: General (https://phyphox.org/forums/forumdisplay.php?fid=3)
+--- Thread: Help needed to access sensor data in roborealm (/showthread.php?tid=624)



Help needed to access sensor data in roborealm - ranaaman29 - 02-09-2020

Hi there
I really like your effort to make iphone sensor data easily accessible. I am trying to access phone sent sensor data in roborealm software. it has one module called Socket client. Will you please guide me how can I access my iphone sensor data in roborealm for robotic purposes.

Thanks
Aman
ranaaman29@gmail.com


RE: Help needed to access sensor data in roborealm - Sebastian Staacks - 02-09-2020

Hm... I don't know roborealm, but at the moment phyphox only support http in two ways:

  1. You can enable remote access in phyphox. This starts a webserver on your phone and other software can send http requests to phyphox to receive sensor data in JSON format. (see https://phyphox.org/wiki/index.php/Remote-interface_communication)
  2. You can use our new network interface to do http requests from phyphox to a webserver to submit sensor data either as a GET parameter (URL encoding) or as POST data (again JSON). (see https://phyphox.org/wiki/index.php/Network_Connections)
We plan to extend the new network interface with other protocols, which will be better suitable for real-time applications. However at the moment everything is http and JSON. Since I do not know roborealm, I am not sure how to use this. Maybe, you should ask on a roborealm forum/group/community with the information above.