Tagged Questions

4
votes
5answers
2k views

Python TCP stack implementation

Is there a python library which implements a standalone TCP stack? I can't use the usual python socket library because I'm receiving a stream of packets over a socket (they are being tunneled to me ...
0
votes
0answers
47 views

Accessing wireless interface (802.11) at MAC layer (Linux)

I spent the last days reading through man pages, documentations and anything else google brought up, but I suppose I'm even more confused now than I was at the beginning. Here is what I want to do: I ...
0
votes
0answers
447 views

How to send gratuitous ARP messages using Raw socket mode in visual studio 2008

I have been trying to use AddIPAddress to implement a virtual IP address among two computer for redundancy failover. It appears that AddIPAddress is not sending out a gratuitous ARP so that other ...