nitrram / tcpserv

implementation of a tcp server
0 stars 0 forks source link

tcpserv

Implementation of a TCP server

Executables

The executables are created in "bin" directory in the root of the project

Usage

Default usage (bound to 127.0.0.1)
$ bin/client_cpp

Optional (bound to whatever the argument specifies) e.g.
$ bin/client_cpp -c 192.164.12.13