Version | Description |
V7.1.0 |
- added HTTPS Server for secure communication (HTTP over TLS/SSL) using mbed TLS library
- corrected link disconnect problem in netPPP_Close and netSLIP_Close functions
- updated HTTP, FTP, Telnet and TFTP Server start/stop control functions to blocking mode (function is completed after the server is running/has stopped)
- corrected problem of FTP Server not working with USB Host file system
- corrected BSD receive functions to return BSD_ERROR_CLOSED, if the connection is unexpectedly closed in blocking mode
- corrected serial communication problem on high-speed devices using PPP or SLIP interface
- added osThreadYield in Network core main loop (cooperative multithreading)
- added BSD socket event notification for mbed-client integration
- added access to modem response string in modem driver
- corrected low TCP performance problem when using only netTCP_Send and no network services
|
V7.0.0 |
- corrected connectivity problem in PPP interface running in server mode
- added support for relay agents in DHCP client (server on different subnet)
- added SO_RCVTIMEO option in BSD socket interface to set blocking receive timeout
- added support for AAAA-records in DNS client (resolves IPv6 address)
- added DHCPv6 client for dynamic address configuration (stateless or stateful mode)
- corrected minor bugs identified by static analysis of the source code
- added support for content type "text/plain" in HTTP server POST request processing
- corrected DHCP client lease renewal to update also DNS servers
- added fractional seconds time information in SNTP client
- added redirection of missing resources to a new location in HTTP server
- added IP address conflict detection for IPv4 and IPv6
- added Stateless Address Auto Configuration (SLAAC)
- added IPv6 FTP extensions in FTP server and FTP client
- added MIME type ".pdf" in HTTP server supported file types
- added netCGI_ContentType() function for custom MIME types
- added system configuration check in netInitialize(), signal NET_ERROR_CONFIG on error
- added system created network Core and interface threads in a library
- added mutex protection to network API functions, these functions are now thread-safe
- added adaptive time polling in ETH thread when ETH driver is used in polling mode
- updated dynamic port range in TCP and UDP sockets to use IANA recommendation (49152 - 65535)
- updated to provide full path for FTP server user access control
- corrected "frame too short" error in HTTP server when processing fragmented POST requests
- corrected application build problem when using PPP interface
- corrected bug in processing router advertisement message
- corrected vulnerability to Spank Attack and Spoofed RST packets
- corrected IPv6 receive address for loop-back interface
|
V7.0.0 (beta) |
- Initial release of dual-stack (IPv4 and IPv6) version of Network Component
- Incompatible API to version 6.x (refer to Migration)
- Added Implemented RFCs
- This Pack contains example projects for development boards: MCB1800, MCBSTM32F200, MCBSTM32F400
|