Skip to content
/ dhcprs Public

Rust DHCP/BOOTP packet encode/decode library

License

Notifications You must be signed in to change notification settings

xnoe/dhcprs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhcprs

DHCP/BOOTP packet encode/decode library.

The purpose of this library is to provide an easy to use interface over DHCP, BOOTP and UDP packets to enable the creation of programs that make use of DHCP.

BOOTP specific functionality is provided by the dhcprs::bootp module. DHCP specific functionality is provided by the dhcprs::dhcp module. There is additionally simple UDP packet encode/decode provided by the dhcprs::udpbuilder.

About

Rust DHCP/BOOTP packet encode/decode library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages