Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digineo/go-fritzbox
Fetch UPNP status from AVM Fritz Boxes
https://github.com/digineo/go-fritzbox
fritzbox golang upnp
Last synced: 6 days ago
JSON representation
Fetch UPNP status from AVM Fritz Boxes
- Host: GitHub
- URL: https://github.com/digineo/go-fritzbox
- Owner: digineo
- License: mit
- Created: 2019-05-12T19:42:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T08:26:18.000Z (over 1 year ago)
- Last Synced: 2024-06-20T03:55:09.202Z (5 months ago)
- Topics: fritzbox, golang, upnp
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fritzbox
[![GoDoc][godoc-badge]][godoc]
[![Build Status](https://github.com/digineo/go-fritzbox/workflows/build/badge.svg?branch=master)](https://github.com/digineo/go-fritzbox/actions)
[![Codecov](http://codecov.io/github/digineo/go-fritzbox/coverage.svg?branch=master)](http://codecov.io/github/digineo/go-fritzbox?branch=master)[godoc]: https://godoc.org/github.com/digineo/go-fritzbox
[godoc-badge]: https://godoc.org/github.com/digineo/go-fritzbox?status.svgThis library uses UPNP to fetch request information from the AVM Fritz!Box routers:
* WAN connection status and connection uptime
* Link speed of the WAN connection
* Public IPv4 address## License
MIT License. Copyright (c) 2019 Julian Kornberger, Digineo GmbH
See LICENSE file for details.