|
On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTIP-32
RTIP-32 Programming Manual
Introduction
TCP/IP Networking
Programming with RTIP-32
Initialization
Berkeley Socket API
RTIP-32 Native API
Winsock 1.1 Compatibility
Diagnostics and Callbacks
Device Drivers
Recompiling RTIP-32 Driver Source Files
Using Jumbo Ethernet Frames
Demo Programs
PPP
DHCP Client
DHCP Server
FTP Client
FTP Server
TFTP Client
TFTP Server
Telnet Client
Telnet Server
Web Server
SNMP Agent
POP3 Client
SMTP Client
SNTP Client
SMB Server
SMB Client
WLAN Driver
RTIP-32 Reference Manual
RTPEG-32
RTUSB-32
|
Berkeley Socket API
Most of RTIP-32's functionality is made available through a comprehensive subset of the Berkeley Unix Socket API with the following functions:
The socket API as implemented by RTIP-32 is documented in the RTIP-32 Reference Manual. As most TCP/IP stacks implement the socket API, porting existing networking applications should be simple. The Socket API is declared in header file Socket.h and is implemented in library rtip.lib.
Note that a number of advanced features as well as the functionality of higher level protocol add-ons are made available through the RTIP-32 Native API.
Initialization
RTIP-32 Native API
|