This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Help needed to access sensor data in roborealm
#1
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
Reply
#2
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/Remot...munication)
  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.
Reply


Forum Jump: