Socket Library Description


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


Socket Library Sample Application

The Socket sample application contacts a listener program (a java program...included) with two processes, both of which are writing data. Eventually, the host program will report a problem (data incoming does not match expected). This demonstrates the difference between the sock and sock_synch libraries.

Download


Back to SDCC Library Project Homepage