IoT Phone App
Phones use gyroscope, accelerometer, and magnetometer data to detect its orientation for games, apps, and window orientation. This app will collect the same kind of information a phone app game would, and sends it to an Azure Event Hub.
About the IoT Phone App
Back End
This app was build on the Django framework and JavaScript. Django is a Python based web framework used for rapid deployment of websites. However this app entirely runs on JavaScript.
Connecting to Azure Event Hubs
A JavaScript library called " ServiceBusJavaScriptSdk" was used to connect the client to an Azure Event Hub. Click for the following other libraries in other languages: C, C#, Java, Python.