gilestrolab / ethoscope

a platform from monitoring animal behaviour in real time from a raspberry pi
http://lab.gilest.ro/ethoscope/
GNU General Public License v3.0
17 stars 25 forks source link

multicast does not work when the docker is run under windows #193

Open ggilestro opened 3 weeks ago

ggilestro commented 3 weeks ago

Docker desktop uses WSL by default but does not accept net mode = host, and therefore segregates the networks assigning an IP in a separate range to WSL. This means the zeroconf service is not working given that it is not running in the the same subnet as the windows host.

Until a solution is found, ethoscopes can be added manually entering the IP of the ethoscope in the appropriate box of the node but cannot be discovered automatically

image