Skip to content
/ echo Public

A simple echo server in C and x86-64 Assembly

Notifications You must be signed in to change notification settings

Ttibsi/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple echo server in C and x86-64 Assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published