A simple server to enable iot devices to communicate with each other with mock clients, written in HTML and Python.
- Clone the repository, and run
yarnornpm installto install the dependencies. - Start an instance of MongoDB on port 27017.
- Run
yarn startornpm startto start the server. - Open the client app by opening the
index.htmlfile in a web browser, and enterlocalhost:3000in the address field. - Open the different clients by opening their respective
index.htmlfiles in a web browser and connecting them tolocalhost:3000.
NOTE: Clients need to be added in the client app first, each individual client is configured to be id 1, and ids in clusters start from id 2








