Skip to content

njanakiev/IotClient

Repository files navigation

IotClient

This is a project submission for the IoT Cup and covers data analysis and data visualization of mobile sensor data.

Getting Started

This project is seperated into IotServer and IotClient. The server is listening on the local network for UDP packages which are send by the IotClient android application. The IotClient is sending sensor information (accelerometer, gyroscope, magnetic field) which is then processed by the server and stored in a database. The server is serving the visualization of the sensor data at http://localhost:3000, where the data is accessed with jQuery via a provided minimal REST API. The visualization is done with the HTML Canvas element and D3.js.

Licence

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published

Languages