blob: 9c8c2a804ac22724e46aa9c43fe1c29b4d74193a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# dhcp
DHCPv4 and DHCPv6 decoding/encoding library with client and server code, written in Go.
See examples at https://github.com/insomniacslk/exdhcp
## Public projects that use it
* Facebook's DHCP load balancer, `dhcplb`, https://github.com/facebookincubator/dhcplb
* Systemboot, a LinuxBoot distribution that runs as system firmware, https://github.com/systemboot/systemboot
* Router7, a pure-Go router implementation for fiber7 connections, https://github.com/rtr7/router7
* Beats from ElasticSearch, https://github.com/elastic/beats
* Bender from Pinterest, a library for load-testing, https://github.com/pinterest/bender
* FBender from Facebook, a tool for load-testing based on Bender, https://github.com/facebookincubator/fbender
|