Popularity
4.0
Declining
Activity
0.0
Stable
76
5
17

Programming language: Go
License: MIT License
Tags: Networking    

dhcp6 alternatives and similar packages

Based on the "Networking" category.
Alternatively, view dhcp6 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of dhcp6 or a related project?

Add another 'Networking' Package

README

dhcp6 Build Status GoDoc Go Report Card

Package dhcp6 implements a DHCPv6 server, as described in IETF RFC 3315. MIT Licensed.

At this time, the API is not stable, and may change over time. The eventual goal is to implement a server, client, and testing facilities for consumers of this package.

The design of this package is inspired by Go's net/http package. The Go standard library is Copyright (c) 2012 The Go Authors. All rights reserved. The Go license can be found at https://golang.org/LICENSE.


*Note that all licence references and agreements mentioned in the dhcp6 README section above are relevant to that project's source code only.