Fading Coder

One Final Commit for the Last Sprint

Analyzing the NetHogs Source Code for Network Traffic Monitoring

Compilation Compile in debug mode to facilitate debugging: CFLAGS='-g -O0 -Wall -Werror' CXXFLAGS='-g -O0 -std=c++11 -Wall -Werror' make Architecture Overview NetHogs usses libpcap to capture packets from a specified network interface. It parses each packet to extract connection details (source/dest...

Deploying SmokePing for Network Latency Monitoring

Architecture Overview SmokePing is a latency monitoring tool that visualizes network performance through RRD (Round-Robin Database) graphs. Developed in Perl by Tobi Oetiker, it relies on RRDtool for data storage and graph generation, utilizing probing utilities like fping for ICMP-based measurement...