Sample C socket programs
This topic contains sample C socket programs. The C source code can be found in the SEZAINST data set.
Following are the sample socket programs available:
| Program | Description |
|---|---|
| TCPC | C socket TCP client |
| TCPS | C socket TCP server |
| UDPC | C socket UDP client |
| UDPS | C socket UDP server |
For samples of the multitasking C programs in the following table, see Multitasking C socket sample program.
| Program | Description |
|---|---|
| MTCCLNT | C socket MTC client |
| MTCSRVR | C socket MTC server |
| MTCCSUB | C socket subtask MTCCSUB |