We have built sensors for detecting vehicle entry/exit and plate numbers. All those systems should be connected to a central system. This could be called a core system. To build a core system for parking, we could design and develop a parking management system. It's software which can use any platform, such as Java, .NET, Node.js, Python.
In general, a parking management system can be described as follows:
From this figure, we can explain each component as follows:
- Core parking system application is the main application for the parking system. This application is responsible for processing and querying data for all vehicles and sensors.
- Web application is a public application that serves parking information, such as capacity and current vacant parking space.
- RESTful/MQTT is an application interface to serve JSON or MQTT for mobile and sensor...