This Project Is a Simple Implementation Of HDLC And Go-Back-ARQ Protocol, Which Is Written In Golang Using TCP Socket.
- structure:
- types:
(running server)
cd server
go run server.go pass window size
(running client)
cd client
go run client.go pass frame length
(running with python)
python3 -m venv env
source env/bin/activate
(env) python runner.py