- Support for WPA Enterprise WiFi setup
- Minimum version of node bumped from 0.10 to 4.
- Open a dummy socket connection on first TCP command to work around a firmware glitch
- #17 change license from LGPL to Apache 2.0
- #13 default timeout increase from 2s to 8s for TCP
- #13 TCP response can be spread over multiple packets
- #24 Configuration defaults move into SoftAP class so they are available for TCP and HTTP
- #18 Device ID change to lowercase
- #23 deviceInfo request was failing with timeout
- Explicitly specify 'http' as protocol
- Remove environment variable and file configuration options.
- Rename
keep_alive
tokeepAlive
andno_delay
tonoDelay
. - Implement a strict timeout.
- Improve error handling.
- Include bugfix by indraastra for CORS requests without preflights.