This project is realized as a bachelor thesis. The aim of this project is to create an application for providing, receiving and processing parking data. Data will be received from the sensors via the MQTT protocol. The application then processes them and prepares them for delivery using the REST API. Actual test version of API with swagger documentation can be found here.
This repository contains 2 applications. Their working names are DEV-API and DEV-MQTT. Api is used to provide data. MQTTs to receive and store them in a database. For now, builds are from dev branch.
DEV-API
DEV-MQTT