tnfssc / IITH_CS3543_Assign2_Mar2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IITH_CS3543_Assign2_Mar2021 (WIP)

Computer Networks 2 - Lab Assignment 2

To create a tool to that can send a file over a lossy UDP connection reliably.

Prerequisites

Golang compiler/runner installed on your computer with all the default packages

Usage (WIP)

./server -l 0.0.0.0 -p 1234
./client -d 192.168.122.121:1234 -f send/text.txt

About

License:MIT License


Languages

Language:Go 100.0%