Getting Started

Establishing Connections

TCP connection can be established via Command Prompt or Terminal, depending on the operating system.

Establishing connection in Windows:

netcat {{aabbccddeeff.local}} 3333

Establishing connection in macOS or Linux:

nc {{aabbccddeeff.local}} 3333

Last updated