public
Description: Python ping client and server
Clone URL: git://github.com/heracek/python-ping.git
python-ping / README
100644 13 lines (12 sloc) 0.577 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Pouzite zdroje:
 * http://docs.python.org/
 * http://en.wikipedia.org/wiki/Berkeley_Packet_Filter
 * Manualove stranky: bpf -- Berkeley Packet Filter
 * HOWTO: Using the BPF device under FreeBSD: http://canmore.annwfn.net/freebsd/bpf.html
 
 * RFC792
 * http://en.wikipedia.org/wiki/Ethernet
 * http://en.wikipedia.org/wiki/Address_Resolution_Protocol
 * http://en.wikipedia.org/wiki/IPv4
 * http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol
 * http://en.wikipedia.org/wiki/User_Datagram_Protocol
 * http://en.wikipedia.org/wiki/Internet_Control_Message_Protocol