Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.14 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.14 KB

msas

A project for an IoT platform for securing the access control to the room of an establishment.

  • MSAS_Web is a maven based project for the web services.
  • MSAS_Arduino is the client's algorithm to inject into an arduino micro-controller which is supposed to control the door.

Note:

  • You have to change username / password for mysql connection inside the com.msas.MSAS.Configuration.PersistenceJpaConfig class so that the web app can connect and persist data.

  • You have to install an MQTT Broker at port 1883 (or use mosquitto broker which by default open a tcp connection at port 1883) so that the application can subscribe and receive requests from micro-controllers.

1 2 3 4