Jeremy Gillula
Jeremy Gillula
Thank you so much for the detailed analysis! Unfortunately I won't have the time to work on this myself in the near future (since this is just a hobby project...
Are you thinking we record MAC addresses to make sure we don't double-count repeat devices? Or just increment the count every time a device connects?
Thanks! Any chance you could share the code so I could try to dive in myself?
Do you know where the script hangs? I'm wondering if it's stuck in the call to `radio.get_packets()`. I fully admit that I didn't test how the thread-safety interacts with asyncio...