Skip to content
/ Rchan Public
forked from Sh0g0-1758/Rchan

A p2p networking platform built on a custom TCP implementation.

Notifications You must be signed in to change notification settings

atul-k-6/Rchan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rchan

This work builds upon the networking lab at Stanford

To set up the build system: cmake -S . -B build

To run tests: make check[0|1|2...]

To run speed benchmarks: make speed

To run clang-tidy (which suggests improvements): make tidy

To format code: make format

About

A p2p networking platform built on a custom TCP implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.6%
  • CMake 2.5%
  • Shell 0.9%