Open ajlennon opened 1 month ago
Thank you for the feedback :) We are using it with nmcli at meticulous for our coffee machine as well. So far that code isn't open, but it ended up being rather simple in total, so I hope to get your confirmation down the line for the idea as well :D
Hi there!
I've been hunting around for a BLE WiFi onboarding standard and found Improv, then your awesome python server implementation.
We're working extensively with embedded Linux devices using Yocto / OpenEmbedded so I put a bit of time into creating some Yocto "recipes" so we can pull in and run your code.
https://github.com/DynamicDevices/meta-dynamicdevices/blob/main/recipes-devtools/python/python3-improv_0.1.1.bb
This is all working so I thought I'd mention it.
Our distributions are using network manager so I thought I might have a go at using python3-nmcli next to bring up connections and extend your example.py if you have any thoughts.
Thanks for the work!
Alex