Suriyasuriyaofficial.hashnode.dev·Nov 19, 2024Building a Simple TCP Web Client in CIntroduction In this post, we'll walk through building a simple TCP web client from scratch. Instead of posting the entire code upfront, we'll dive straight into the important sections, explaining the key concepts step by step. Below here I have show...DiscussConfessions of a Networking Newbie : A Journey into Code and Conceptsnetworking
kurtnettlekurtnettle.hashnode.dev·Oct 24, 2024Country Finder - NRF24CTFProblem Statement To be a good cybersecurity engineer you have to learn writing script in python. Prerequisites Python (basic) socket module (i/o ops enough) Solution After connecting to the netcat instance, we will be given a list of coordinat...DiscussEWU NRF24 CTF (Online Preliminary Round)CTF Writeup
Saifur Rahman Mahinsaifur-rahman-mahin.hashnode.dev·Nov 25, 2023Socket programming1.Socket programming Socket programming is a method of communication between two computers using a network protocol, typically TCP/IP (Transmission Control Protocol/Internet Protocol) or UDP (User Datagram Protocol). It allows processes running on di...Discuss·28 readsBack-Endsocket programming
Xam-Xukinsamdimek.hashnode.dev·Oct 30, 2023Socket Programming with PythonA detailed guide to learning the fundamentals of Socket programming with Python. Explore the power of creating network connections, sending and receiving data, and building robust network applications to harness the potential of sockets for seamless ...Discuss·10 likes·66 readssocket programming
Sandip Haldersandiphalder.hashnode.dev·Feb 4, 2023Understanding Socket Programming in JAVAClient-server applications in many domains, including web, email, and file transfer, are built using socket programming, a vital component of network communication. When it comes to creating sockets and implementing network connections, Java offers a...Discuss·225 readsJava