trycoon / liam-esp

Homemade lawnmower robot
MIT License
14 stars 4 forks source link

Investigate centralization of communication with mower to the docking station #6

Open trycoon opened 5 years ago

trycoon commented 5 years ago

Currently clients communicate with mower directly, this has several disadvantages:

......

A solution to this is to introduce a more powerful computer, placed in the docking station(?), that acts as a mediator/proxy for the mower towards the clients. The mower will report real-time information to docking station and clients will connect to the docking station instead. The advantages could be:

https://github.com/nanopb/nanopb https://techtutorialsx.com/2018/10/19/esp32-esp8266-arduino-protocol-buffers/