There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This was a 2 days project. I made a simple PoC to map and discovery device location in Indoor environments. As mapping and discovery device I used ESP-01. I also created a node.js backend communicating with a MQTT server and websockets(socket.io) with the frontend written in React. As it was a simple project with minimal state data, it was managed without using a flux based library (as I could use Redux). The location discovery was implemented with KNN algorithm.