Skip to content
/ dhcprl Public

πŸ‘€ Monitor DHCP requests on a LAN πŸ’»

License

Notifications You must be signed in to change notification settings

dog-ai/dhcprl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4426820 Β· Aug 8, 2019

History

53 Commits
Aug 22, 2017
Aug 23, 2017
Aug 23, 2017
Aug 23, 2017
Apr 28, 2019
Jan 7, 2017
Jan 7, 2017
Aug 8, 2019
Aug 23, 2017
Aug 23, 2017
Sep 2, 2017
May 12, 2019

Repository files navigation

πŸ‘€ Monitor DHCP requests on a LAN πŸ’»

Build Status Coverage Status

Monitor DHCP requests on a LAN.

How to use

Use it in your terminal

Run the daemon listening to requests on interface eth0 and making them available on socket /var/run/dhcprl.sock

dhcprld -i eth0 -s /var/run/dhcprl.sock

How to build

Clone the GitHub repo

git clone https://github.com/dog-ai/dhcprl.git

Change current directory

cd dhcprl

Create build directory

mkdir build

Change current directory

cd build

Generate Makefile with Raspberry Pi toolchain

cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/rpi/toolchain/armv6-rpi1-linux-gnueabihf.cmake ..

Compile source code

make