Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SensiNact/Bridge-android-imu"

Line 15: Line 15:
 
== How to use it ==
 
== How to use it ==
  
Point the Chrome (from your device) to the URL [http://sensinact.address.com/android/index.html]. You will have to inform an alias for your user and then hit the "connect" button. Once this is done, your alias will become a provider into sensinact, providing you location (if available and the user authorized) and a state, this state can be changed using the interface available in the browser. The purpose of the state is to give a state that can be controlled by the user in order to better control the execution of a certain use-cases.
+
Point the Chrome (from your device) to the URL ''http://sensinact.address.com/android/index.html''. You will have to inform an alias for your user and then hit the "connect" button. Once this is done, your alias will become a provider into sensinact, providing you location (if available and the user authorized) and a state, this state can be changed using the interface available in the browser. The purpose of the state is to give a state that can be controlled by the user in order to better control the execution of a certain use-cases.
  
 
== Troubleshooting ==
 
== Troubleshooting ==
  
* If you wanna see the information sent by all providers attached to the platform, point your browser to the address [http://sensinact.address.com/android/debug.html]
+
* If you wanna see the information sent by all providers attached to the platform, point your browser to the address ''http://sensinact.address.com/android/debug.html''

Revision as of 05:45, 5 April 2018

Description

This bridge allows sensinact to receive Inertial Measurements from a Android device.

Sensinact version

This bridge is available in Sensinact versions superior to 20160805.2-dev

Requirements

  • android-imu bridge activated (via sensinact -c)
  • android device running Chrome browser
  • location is only provided when the sensinact is running on HTTPS

How to use it

Point the Chrome (from your device) to the URL http://sensinact.address.com/android/index.html. You will have to inform an alias for your user and then hit the "connect" button. Once this is done, your alias will become a provider into sensinact, providing you location (if available and the user authorized) and a state, this state can be changed using the interface available in the browser. The purpose of the state is to give a state that can be controlled by the user in order to better control the execution of a certain use-cases.

Troubleshooting

Back to the top