Easily setup server and client for multiple protocols.
$ NetAssist <type> <protocol> <address:port>
$ NetAssist <type> <protocol> <address:port> --binary
Above will send data as bytes, remove --binary
to send as string.
- TCP (multiple clients, broadcast to all clients)
- UDP
- Unix Domain Socket (except for
unixpacket
)