项目作者: trojanmartin

项目描述 :
Parking system.
高级语言: C#
项目地址: git://github.com/trojanmartin/Parking.git
创建时间: 2019-11-17T11:53:27Z
项目社区:https://github.com/trojanmartin/Parking

开源协议:

下载


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