This AE contains the business logic of the system. It is subscribed to all the AEs which publishes data and it is the resposible to trigger the actuators if necessary.
- Node
- Mobius
- MySQL Server
- mqtt server
At .env file you can specify the CSE, mqtt and database's endpoint.
You need to install the dependencies of this AE. To do that, you have to run this command in a terminal: npm install.
Then you can start the AE: node ./index.js