Monitor DHCP requests on a LAN.
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 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