Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 238 Bytes

File metadata and controls

17 lines (12 loc) · 238 Bytes

C++ Ping Scanner

Network ping utility using modern C++20 with low-level C for system calls.

Build

mkdir build && cd build
cmake .. && make
sudo ./ping_scanner

Requires: GCC 10+, Linux, CMake 3.10+

License

MIT