Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdlayher/dhcp6
Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. MIT Licensed.
https://github.com/mdlayher/dhcp6
Last synced: about 2 months ago
JSON representation
Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/dhcp6
- Owner: mdlayher
- License: mit
- Created: 2015-05-22T04:13:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T17:51:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T17:52:45.365Z (about 2 months ago)
- Language: Go
- Homepage: https://tools.ietf.org/html/rfc3315
- Size: 254 KB
- Stars: 77
- Watchers: 5
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-go - dhcp6 - Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. (Networking / Transliteration)
- zero-alloc-awesome-go - dhcp6 - Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. (Networking / Transliteration)
- awesome-go-extra - dhcp6 - 05-22T04:13:30Z|2019-03-11T16:24:02Z| (Networking / Uncategorized)
- awesome-go-zh - dhcp6
- awesome-go - dhcp6 - Package dhcp6 implements a DHCPv6 server, as described in RFC 3315. MIT Licensed. - ★ 52 (Networking)
README
dhcp6 [![Build Status](https://travis-ci.org/mdlayher/dhcp6.svg?branch=master)](https://travis-ci.org/mdlayher/dhcp6) [![GoDoc](https://godoc.org/github.com/mdlayher/dhcp6?status.svg)](https://godoc.org/github.com/mdlayher/dhcp6) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/dhcp6)](https://goreportcard.com/report/github.com/mdlayher/dhcp6)
=====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.