Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtr7/router7
router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
https://github.com/rtr7/router7
golang homelab networking
Last synced: 1 day ago
JSON representation
router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
- Host: GitHub
- URL: https://github.com/rtr7/router7
- Owner: rtr7
- License: apache-2.0
- Created: 2018-07-14T12:29:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T15:14:54.000Z (3 months ago)
- Last Synced: 2024-10-29T15:34:41.553Z (about 1 month ago)
- Topics: golang, homelab, networking
- Language: Go
- Homepage: https://router7.org
- Size: 5.96 MB
- Stars: 2,693
- Watchers: 63
- Forks: 109
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - rtr7/router7 - router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance. (Go)
README
# router7
[![GitHub Actions CI](https://github.com/rtr7/router7/actions/workflows/go.yml/badge.svg)](https://github.com/rtr7/router7/actions/workflows/go.yml)
[![GoDoc](https://godoc.org/github.com/rtr7/router7/cmd?status.svg)](https://godoc.org/github.com/rtr7/router7/cmd)
[![Go Report Card](https://goreportcard.com/badge/github.com/rtr7/router7)](https://goreportcard.com/report/github.com/rtr7/router7)router7 is a pure-Go implementation of a small home internet router. It comes with all the services required to make a [fiber7 internet connection](https://www.init7.net/en/internet/fiber7/) work (DHCPv4, DHCPv6, DNS, etc.).
Note that this project should be considered a (working!) tech demo. Feature requests will likely not be implemented, and see [CONTRIBUTING.md](CONTRIBUTING.md) for details about which contributions are welcome.
**For more details, please see [router7.org](https://router7.org/)**