Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.svg

This 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.