SmartSpin2K / SmartSpin2kFlasher

Simple GUI tool to flash ESPs over USB
https://github.com/doudar/SmartSpin2k
MIT License
0 stars 1 forks source link

UDP Logger Window #11

Closed MarkusSchneider closed 2 years ago

MarkusSchneider commented 2 years ago

Hi Anthony, I've added a new window to collect upd messages. I included a new python depenency 'ifaddr' in the requirements.txt file. I hope this was the right way to do this. I never worked with requirements.txt. I'm using pipenv to manage the depencies. On the main window there is a new Button "View UPD Log". This button opens a new Window. In this window you have to select the network where the SmartSpin2k is connected to (normally the WLan). After you has selected the network, a thread is started and the log messages are collected from the UPD broadcast.

SmartSpinFlasherMain

SmartSpinFlasherUdpLogger

doudar commented 2 years ago

That's pretty cool Marcus!

I'll admit, I was a tad bit hesitant about ever using the UDP logging but after riding with it last night, It's really slick. Having one less tool on the desktop will be really nice as well. Thanks for your contribution!