Skip to content

ilm4zz4/dhcpServerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhcpClientApp

Build Status Codeship Status for ilm4zz4/dhcpServerApp Coverage Status Bitdeli Badge

The project is based on the application at https://code.google.com/p/simple-dhcp-server.

To run this dhcp server application type the following command:

  • Download the project: git clone --recursive https://github.com/ilm4zz4/dhcpServerApp.git
  • Create a build folder: mkdir build && cd build
  • Building: cmake .. && make
  • With super user privilege run from bin folder: ./dhcpServerApp.bin ../../cfg/dhcp_log.conf ../../cfg/dhcp_server.conf
  • Into log folder is going to create the log file.

Other building options:

  • To run the test: cmake -Dtest=1 .. && make test && ./bin/runUnitTests

About

DHCP Server application cross platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published