Socket Library Description


The Socket Library provides Berkeley-style socket functions so applications can communicate using TCP, UDP, and Multicast sockets.


Socket Library TCP Sample Application

The Socket TCP sample application contacts a listener program (a java program...included) with two processes, both of which are writing data.

Socket MII Sample Application

The Socket MII sample shows how to write and read the MII by toggling the state of an ethernet LED.

Socket PING Sample Application

The Socket PING sample shows how to use the socket library ping() function.

Socket UDP Sample Application

The Socket UDP sample shows how to use the UDP functions for transmitting datagrams.




Back to C Library Project Homepage