Skip to content

Instantly share code, notes, and snippets.

View ilmoeuro's full-sized avatar

Ilmo Euro ilmoeuro

View GitHub Profile
@ilmoeuro
ilmoeuro / tcpip.md
Last active April 20, 2021 05:49
TCP/IP applications by example

TCP/IP applications by example

In this tutorial we'll implement some simple TCP/IP applications with ncat, bash and some other standard UNIX tools. The principles learned here can be used to implement networking applications in other languages.

The $ or # in front of command line examples denotes the system prompt. Do not type it