JSONSensorEvents

  • JSONSensorEvents
  • JSONSensorEvents

Detailed App Info:

  • Last Changed:Time:
  • Current Version:Version: 1.0
  • Device Type:Device: iOS Universal
  • Category:Category: Education
  • iTunes Seller:Seller:
  • Download Size:App Size: 133.2 KB

Application Description

Twitter:
Google:
Facebook:
JSONSensorEvents is a development test tool. It sends your device's sensor data as a JSON object to a rest URL of your choice. You can choose to send location (longitude, latitude, heading, direction, including accuracy) and motion data (pitch, roll and yaw) besides a timestamp. The HTTP method used is "PUT".

The request's content will look like this:

{
"iSensors":{
"Location":{
"Latitude":52.459858,
"Longitude":6.345050,
"Altitude":41.497715,
"Speed":22.000000,
"Course":9.757713,
"CourseCardinal":"N",
"Heading":9.757713,
"HeadingCardinal":"N",
"HorizontalAccuracy":65.000000,
"VerticalAccuracy":10.000000},
"Motion":{
"Pitch":26.186536,
"Roll":4.590445,,
"Yaw":-90.692674
},
"EventTime":"2014-04-13T15:42:24.017"
}
}

Please visit the supporting website (a-men.de) for free supporting sample code to set up a RESTful service endpoint.

Please be aware that the app is a high consumer of battery power when running in foreground, as it optionally utilizes the device's sensors and the network stack.

Requirements

Your mobile device must have at least 133.2 KB of space to download and install JSONSensorEvents app. JSONSensorEvents is available on iTunes for $0.00

If you have any problems with installation or in-app purchase, found bugs, questions, comments about this application, you can visit the official website of Marcel Amende at http://www.a-men.de.

Copyright © 2014 Marcel Amende