- In Client, implement chip start, connect, scan
- Chip start
- Connect to AP
- Scan
- Connect with saved credentials
- Fix the module start wait
- Clean up data passing in client events
- Maybe get rid of EventListener entirely
- Refactor dispatch_events to be internal, don't expose to clients
- Write docs to toplevel APIs - Work in progress
- Feature gate udp / tcp to make the binary smaller
- Investigate and reduce bloat a bit more
- Add missing tests
- Stress test, fast downloads, multi-socket use cases
- Add Station mode
- Get github checks properly running
- Add badges
- Implement missing SSL stuff
- Implement firmware update
- Make it work with Arduino/Adafruit bootloader
- Clippy clean
- Add missing coverage