Parking Control and Payment System

07 May 2021
Diagram of the project
  • # ModbusTCP
  • # ApacheCamel
  • # SpringBoot
  • # Netty

This is a simple parking payment system's backend. It offers functionality for:

  • recording entry and exit events of vehicles into and out of, eg, a parking space
  • calculating parking fees based on entry time and specified parking rates
  • determining whether a vehicle is clear to exit, ie, its parking fee has been paid in full and the payments made have not expired.
  • editing parking rates