Skip to content

c-brz/microTCP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microTCP

A lightweight TCP implementation using UDP transport layer.

This is the class project for CS-335a (www.csd.uoc.gr/~hy335a/) for the Fall 2017 semester.

Build requirements

To build this project cmake is needed.

Build instructions

mkdir build
cd build
cmake ..
make

About

cs335a computer networking

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 81.9%
  • C++ 8.5%
  • CMake 8.2%
  • Dockerfile 1.4%