Skip to content

A client/server implementation with supporting of multiple protocols.

License

Notifications You must be signed in to change notification settings

keyvchan/NetAssist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A client/server implementation with supporting of multiple protocols.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages