GithubHelp home page GithubHelp logo

jannikhst / fritz-box-monitor Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 6 KB

Effortlessly retrieve data from your FritzBox-connected devices. Run this container on your local network, set the necessary environment variables, and start monitoring connected device information through JSON post requests to your specified server endpoint.

Dockerfile 13.71% TypeScript 86.29%
docker fritz-box

fritz-box-monitor's Introduction

Read the data from all devices connected to your fritzBox.
Run this container in your local network and specify the following ENV variables.

ENV FRITZ_URL 'http://192.168.178.###/'
ENV FRITZ_USER '#########'
ENV FRITZ_PWD '##########'
ENV SERVER_ENDPOINT 'https://####.######.##/####'

The server enpoint should accept json post requests under the specified SERVER_ENDPOINT url
Example post body:

[
    {
        "mac": "##:##:##:##:##:##",
        "ip": "192.168.178.5"
    },
    {
        "mac": "##:##:##:##:##:##",
        "ip": "192.168.178.10"
    }
]


I personally used this to see whos currently @home.

fritz-box-monitor's People

Contributors

jannikhst avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.