Skip to content

vonwenm/GoDHCP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  GoDHCP is a child of GoGo (Not yet released), and not a stand-alone DHCP client or server by itself.

  It IS capable of parsing most basic DHCP(v4) messages, and might be usable to others either as a reference or as it improves.

  It makes no attempt to parse vendor options or extended options (fields in the old bootp headers), though the latter is planned and the former could probably be accomplished using the exisisting toolset.

  It makes no attempt to persist after a single query or handle renewals, and instead exposes a low-level messaging interface that can be used by more complex agents.

About

An implementation of DHCPv4 (focused on clients) for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.7%
  • Makefile 1.3%