Releases: MDK-Packs/IoT_Socket
Releases · MDK-Packs/IoT_Socket
IoT Socket 1.4.0
Added IoT Socket implementation with FreeRTOS-Plus-TCP
Added IoT Socket implementation with VSocket
Updated IoT Socket implementation with MDK Network:
- added support for Network version 8
- fixed problem with socket operation in server mode
- corrected possible memset overflow
Updated IoT Socket implementation with lwIP:
- corrected iotSocketGetOpt/iotSocketSetOpt timeout options
Added Socket layers:
- VSocket
- FreeRTOS+TCP over Ethernet
- MDK Network over Ethernet
- WiFi
IoT Socket 1.3.0
Added custom IoT Socket component
Added IoT Socket Multiplexer component
Updated IoT Socket implementation with MDK Network:
- minor update in iotSocketGetSockName/iotSocketGetPeerName:
port may be retrieved also without address - corrected iotSocketGetOpt/iotSocketSetOpt return value for invalid options
Updated IoT Socket implementation with lwIP: - corrected iotSocketGetOpt/iotSocketSetOpt return value for invalid options
- corrected socket bind attribute handling in iotSocketBind
IoT Socket 1.2.1
Updated IoT Socket implementation with lwIP:
- corrected iotSocketSend return value for non-blocking sockets
IoT Socket 1.2.0
Updated IoT Socket API V1.2.0 (support for polling Socket Receive/Send)
Updated IoT Socket implementation with MDK Network
Added IoT Socket implementation with lwIP
Added IoT Socket API documentation
IoT Socket 1.1.0
Updated IoT Socket API V1.1.0
Updated IoT Socket implementation with MDK Network
Added IoT Socket implementation with WiFi Driver
IoT Socket 1.0.0
Initial Release