debOliveira / MoCapRasp

Motion capture arena using only Raspberry Pi and open source libraries
GNU Affero General Public License v3.0
30 stars 4 forks source link

Clients can't find the Server automatically #1

Closed loolirer closed 1 year ago

loolirer commented 1 year ago

The watch.py script in collect sends messages to the Server via a fixed IP adress (192.168.0.104) in lines 59, 87, and 91.

However, this adress can change when restarting the router or modifying settings on the local network!

Then i suggest changing the code so that it can locate the Server's IP via it's hostname, since it won't change frequently.