Results 1 to 3 of 3

Thread: DHCP Server Code

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    DHCP Server Code

    I'm trying to create some DHCP software. I need to know how the DHCP protocol works.

    I'm looking around for some code that will teach me how to make a DHCP Server program listen for DHCP requests, analyze them, then broadcast the IP address that gets assigned to the MAC address.

    If someone already has code that does this it would be great . But other resources are fine too.

    I Intend to use VB.Net/VB6 as the language, but would also settle for C++. But really any code would be useful.

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: DHCP Server Code

    Have you tried googling for "DHCP Protocol"? I just did and there seems to be a lot of resources available.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: DHCP Server Code

    DHCP is based on the Bootstrap Protocol (BOOTP) [RFC 951] adding the capability of automatic allocation of reusable network addresses and additional configuration options [RFC 2131,RFC 2132].
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width