Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 450 Bytes

File metadata and controls

27 lines (17 loc) · 450 Bytes

README

Introduction

Easily setup server and client for multiple protocols.

Usage

General

$ NetAssist <type> <protocol> <address:port>

Send data as bytes in TCP

$ NetAssist <type> <protocol> <address:port> --binary

Above will send data as bytes, remove --binary to send as string.

Protocol

  • TCP (multiple clients, broadcast to all clients)
  • UDP
  • Unix Domain Socket (except for unixpacket)