source: trunk/dhcp/pydhcplib/README @ 189

Last change on this file since 189 was 189, checked in by quentin, 17 years ago

Initial checkin of a DHCP server (untested)

File size: 557 bytes
Line 
1Pydhcplib is a python library to read/write and encode/decode dhcp
2packet on network.
3
4
5
6Installation :
7--------------
8On Debian Sarge, simply run "./setup.py install". Python modules will be
9installed in /usr/lib/python2.X/site-packages/pydhcplib/.
10
11If you want to install it on a different location, use the --prefix on
12the setup.py command line like this :
13./setup.py install --prefix=/rootpath/to/your/location/
14
15
16How to use pydhcplib :
17----------------------
18Look in the examples directory to learn how to use the modules.
19man pydhcp
20man pydhcplib
Note: See TracBrowser for help on using the repository browser.