The EZ Stack supplies source code (for Windows) for the companion applications to the
EZ Stack built-in applications and the sample applications included in the UDP and TCP
EZ Stack generated templates. These utilities are found in the EZSTACK_INSTALL_DIR\bin
directory. To get help on using the utility, open a command shell and change to the EZSTACK_INSTALL_DIR\bin
directory and type the name of the utility you want to run followed by -h i.e.
tcpServer.exe -h.
| Host Utility | EZ Stack Application | Description |
| Built-in | udpEcho.exe Client | UDP Echo Server | This utility tests the EZ Stack UDP Echo server. |
| udpDaytime.exe Client | UDP Daytime Server | This utility tests the EZ Stack UDP Daytime server. |
| tcpEcho.exe Client | TCP Echo Server | This utility tests the EZ Stack TCP Echo server. |
| tcpDaytime.exe Client | TCP Daytime Server | This utility tests the EZ Stack TCP Daytime server. |
|
| Template | udpClient.exe Client | Custom UDP Server Port |
This utility tests the EZ Stack UDP Server (BSD and Lean) template sample code. Use the -p option to set the
port number to match your port. |
| udpServer.exe Server | Custom UDP Client Port |
This utility tests the EZ Stack UDP Client (BSD and Lean) template sample code. Use the -p option to set the
port number to match your port. |
| tcpClient.exe Client | Custom TCP Server Port |
This utility tests the EZ Stack TCP Server (BSD and Lean) template sample code. Use the -p option to set the
port number to match your port. |
| tcpServer.exe Server | Custom TCP Client Port |
This utility tests the EZ Stack TCP Client (BSD and Lean) template sample code. Use the -p option to set the
port number to match your port. |