Wireshark 101 3 minutes | 590 words Wireshark is tool used for creating and analyzing PCAPs(network packet capture files). Wireshark uses OSI layers to break down packets. 7 …
How to Use Struct 2 minutes | 267 words The struct module includes functions for converting between strings of bytes and native Python data types such as numbers and strings. It is …
Socket Programming - Simple Client & Server 3 minutes | 431 words Sockets and the socket API are used to send messages across a network. Let’s focus on building simple echo client and server using TCP …