Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.05 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.05 KB

Parking

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.

BUILDS

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

Build Status

DEV-MQTT

Build Status