mssm199996 / msas

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 90.2%Language:C++ 8.7%Language:HTML 1.1%Language:CSS 0.0%