Reimplementing Ping in C: A Deep Dive into ICMP and Raw Sockets
Posts for: #Networking
ft_nmap
A partial reimplementation of the nmap port scanner in C, focusing on understanding network scanning techniques, socket programming, and port detection.
ft_ping
A reimplementation of the ping command in C, exploring ICMP protocol, raw sockets, and network diagnostics. Built to understand network programming fundamentals.
HTTP WebServer
An HTTP WebServer implementation in C++, built to understand how the HTTP protocol works and how web servers handle requests and responses.