In this milestone we focused on creating the infrastructure that controls the data flow that we receive from the device.
We created a Web API application (ASP .NET ) hosted in Google Cloud Platform that stores and interprets our data (that comes from the device) and also sends a notification to the mobile app informing the user that the car is being stolen (it has moved).
We also created the mobile app (native, created in Xamarin.Android) that consumes the Google Maps API in order to embed a map fragment that we use to display the position of our device (and implicitly, the position of the car).
The notification system is production ready, in the way that we use Azure Notification Hub as a middleware for passing notifications because it's scalable, reliable, contains telemetry and it's also secure.