Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 444 Bytes

File metadata and controls

15 lines (11 loc) · 444 Bytes

echo

A simple echo server implemented in both C and assembly

A Makefile is provided to wrap compiler commands. Clang is required for the C implementation, and fasm is required for the assembly version.

In another terminal for either version, run the following command to send some text to the server:

echo "hello" | netcat localhost 8080

using the text quit instead will shutdown the server