Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 243 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 243 Bytes

protoLite

Implementation of toy protocol which has robustness.

How to run

Build

$go build client.go -o client
$go build server.go -o server

Run

$./server {src addr} {dst addr}
$./client {src addr} {dst addr}