https://github.com/lewiscollum/sensorstreamer
Stream Android Sensors over WiFi in JSON format. Multiple Android sensors can send samples to multiple observers (e.g. the Android Log or a TCP Server).
https://github.com/lewiscollum/sensorstreamer
Last synced: 3 months ago
JSON representation
Stream Android Sensors over WiFi in JSON format. Multiple Android sensors can send samples to multiple observers (e.g. the Android Log or a TCP Server).
- Host: GitHub
- URL: https://github.com/lewiscollum/sensorstreamer
- Owner: LewisCollum
- Created: 2019-08-21T16:18:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-10T22:19:02.000Z (over 6 years ago)
- Last Synced: 2025-01-11T15:13:35.384Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Application Layout
Connect to server through IP and port, set the sampling period for sensors, start one or many sensors, and start one or many subscribers.
[[https://github.com/LewisCollum/SensorStreamer/blob/master/doc/layout.png]]