This is the TCP/IP communications module. It has unique features that allow to embedded it into microcontrollers with very few memory requirements.
Features
- Zero copy on reception and transmission. High level functions to avoid that the programmer needs to build the information in intermediate buffers
- No context switching on reception so it doesn't waste any time until it processes packets
- It adapts the remote transmitter bandwidth to the receiver processor performance unsing a custom handshake model
- Extensive API functions
- It includes the main TCPIP services: Web Server, Telnet Server, FTP Server, NTP, DNS, ...
- Web Server includes CGI API
|