va3wam / TWIPe

This repository contains the embedded code used for the TWIPe robot
MIT License
2 stars 0 forks source link

Come up with a way of knowing which robots are active #29

Open va3wam opened 4 years ago

va3wam commented 4 years ago

We want to be able to continually assess which robots are active. A few different approaches could be used. Possible options:

  1. Have a "check-in" topic that all robots subscribe to and ping every 10 seconds
  2. Have a server query for what metadata trees are active and parse the name from there
va3wam commented 4 years ago

Perhaps add web interface to handle configuration?