cplusplus.com
C++ : Forum : UNIX/Linux Programming : dhcp client
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post dhcp client

MaLi (1)
Hi,
On linux platform, I want to have dhcp client.

port any open source client to my app (which seems to be a bit time consuming)?
or communicate with the standalone client app via Signals?
or anyone knows any dhcp client library?

thanks for any advice.
sunilkeshava (4)
I think using the ISC dhcp (https://www.isc.org/software/dhcp) would be good idea. You should be able to get both the dhcp server and client.
Topic archived. No new replies allowed.