Skip to content

steelx/transport-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build with Apple Clang

clang++ --std=c++17 -o test.out test.cpp
./test.out

Build with CLion and CMake

# CLion "Reload CMake Project" after the above command
# CLion will automatically detect changes in CMakeLists.txt and reconfigure the project.

# OR
# 1. configure CMakeLists.txt to use Ninja and fetch content
cd build
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release

About

Websocket based Transport network monitor in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors