badgerloop-software / sc1-driver-io

Solar Car 1 Driver IO Program - Firmware, Networking, and Dashboard
5 stars 1 forks source link

Break out magic numbers into config file #65

Closed NickflixWisc closed 1 month ago

NickflixWisc commented 1 month ago

Fixes #48

jackwherry commented 1 month ago

I just gave this a quick test with the data generator and it didn't seem to accept connections--does it work on your machine @NickflixWisc?

I opened a second terminal, cd'd into ethernet_sim, and then ran python3 main.py in there while the dashboard was open. It's supposed to show random data on the dashboard, but nothing happened and the Python script said "connection refused" when I killed it with ^C afterwards.

Any idea why this might be? If not I'm happy to do a little debugging, thanks again for your great work on this bug!