dhcp6
DHCP server
A Go implementation of the DHCPv6 protocol
Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. MIT Licensed.
77 stars
5 watching
17 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
mdlayher/arp | A Go implementation of the ARP protocol as specified in RFC 826. | 365 |
mdlayher/aoe | An implementation of an ATA over Ethernet server according to the AoEr11 specification. | 12 |
mdlayher/netlink | Provides low-level access to Linux netlink sockets for building custom network communication applications. | 922 |
mdlayher/ndp | A tool for working with the Neighbor Discovery Protocol. | 221 |
hashicorp/mdns | A Golang library for peer-to-peer service discovery on local networks using multicast DNS | 1,188 |
pion/dtls | A native DTLS 1.2 implementation in Go | 602 |
dgrr/http2 | An HTTP/2 implementation for fasthttp | 211 |
mdlayher/ethernet | A package for serializing and deserializing Ethernet frames and VLAN tags. | 278 |
pion/sctp | An SCTP implementation in Go, providing networking functionality for WebRTC applications. | 224 |
libp2p/go-libp2p-kad-dht | An implementation of the Kademlia DHT specification for peer-to-peer networking in Go. | 529 |
wenerme/go-req | A declarative HTTP client library for the Go programming language | 22 |
colinmarc/hdfs | A native Go client for HDFS that enables direct connection to the Hadoop Distributed File System | 1,370 |
jeffallen/mqtt | A Go implementation of MQTT clients and servers, with support for load testing. | 817 |
hectorcorrea/ldpserver | A mini Linked Data Platform Server implemented in Go. | 11 |
gabrielfalcao/go-horse | A C HTTP server DSL with macros and helpers to simplify creating web servers | 40 |