public marks

PUBLIC MARKS from xenomorph with tags networking & programming

December 2005

Free BSD Sockets, Winsock, TCP/IP and Internet Libraries and Source Code (thefreecountry.com)

Free Sockets, Winsock, TCP/IP, Internet Libraries BSD sockets, Winsock, SMTP, POP3, FTP, IMAP, HTTP, SSL, SSH etc

October 2005

URIs, Addressability, and the use of HTTP GET and POST

by 4 others
URIs, Addressability, and the use of HTTP GET and POST

September 2005

libevent

by 1 other
an event notification library

WinPcap, the Packet Capture and Network Monitoring Library for Windows

by 2 others
Welcome to the web site of WinPcap, the Open Source Windows packet library. WinPcap is the industry-standard tool for link-layer network access in Windows environments: it allows applications to capture and transmit network packets bypassing the protocol stack, and has additional useful features, including kernel-level packet filtering, a network statistics engine and support for remote packet capture.

WinDump: tcpdump for Windows

by 1 other
WinDump is the official Windows version of tcpdump, the command line network analyzer for UNIX. WinDump is fully compatible with tcpdump and can be used to watch, diagnose and save to disk network traffic according to various complex rules. It can run under Windows 95, 98, ME, NT, 2000, XP, 2003 and Vista.

Socket Programming HOWTO

Sockets are used nearly everywhere, but are one of the most severely misunderstood technologies around. This is a 10,000 foot overview of sockets. It's not really a tutorial - you'll still have work to do in getting things operational. It doesn't cover the fine points (and there are a lot of them), but I hope it will give you enough background to begin using them decently.