Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.12 KB

Fritz!Box Call List

This small utility retrieves the call list from a Fritz!Box via its TR-064 API, and displays it in a web browser.

It additionally retrieves, for all Luxembourgish phone numbers (that is, starting with +352), the contact details from the national phone book Editus, if available.

Screenshot

Installation

The utility is written in Javascript and requires Node.js to be installed.

To install all the dependencies, run:

npm install

Copy or rename the config.example.js file to config.js and adapt it according to your needs. See the config.example.js file for more explanations on the format.

Usage

Before launching the Fritz!Box Call List tool, verify that the config.js file exists, and run:

npm start

Then, open the address http://localhost:8080 in your web browser.

License

This utility was developed by Steve Muller and is licensed under an MIT license. See the LICENSE file for more information.