{"id":23754016,"url":"https://github.com/mmitch/fritz","last_synced_at":"2025-09-05T02:32:45.885Z","repository":{"id":35430023,"uuid":"39695746","full_name":"mmitch/fritz","owner":"mmitch","description":"Perl module for AVM FRITZ!Box interaction via TR-064","archived":false,"fork":false,"pushed_at":"2025-01-07T20:47:00.000Z","size":215,"stargazers_count":10,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T21:34:09.295Z","etag":null,"topics":["avm-fritz","cpan","fritzbox","perl","router","tr-064"],"latest_commit_sha":null,"homepage":"https://metacpan.org/release/Net-Fritz","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mmitch.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-25T17:29:43.000Z","updated_at":"2020-08-28T18:38:49.000Z","dependencies_parsed_at":"2022-09-13T04:50:16.284Z","dependency_job_id":null,"html_url":"https://github.com/mmitch/fritz","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/mmitch/fritz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmitch%2Ffritz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmitch%2Ffritz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmitch%2Ffritz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmitch%2Ffritz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmitch","download_url":"https://codeload.github.com/mmitch/fritz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmitch%2Ffritz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273702201,"owners_count":25152848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avm-fritz","cpan","fritzbox","perl","router","tr-064"],"created_at":"2024-12-31T18:50:27.637Z","updated_at":"2025-09-05T02:32:40.869Z","avatar_url":"https://github.com/mmitch.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"Net::Fritz - perl module for AVM Fritz!Box interaction via TR-064\n=================================================================\n\n[![Build Status](https://travis-ci.org/mmitch/fritz.svg?branch=master)](https://travis-ci.org/mmitch/fritz)\n[![Coverage Status](https://codecov.io/github/mmitch/fritz/coverage.svg?branch=master)](https://codecov.io/github/mmitch/fritz?branch=master)\n[![GPL 2+](https://img.shields.io/badge/license-GPL%202%2B-blue.svg)](http://www.gnu.org/licenses/gpl-2.0-standalone.html)\n\n\nwhat\n----\n\nNet::Fritz is a set of Perl modules to communicate with an AVM\nFritz!Box (and possibly other routers as well) via the TR-064\nprotocol.  The AVM Fritz!Box is a popular home router family in\nGermany (and beyond).\n\n\nwhy\n---\n\nI wanted to use an old analog field telephone with my FritzBox and\nVoIP.  While this works quite out-of-the box (it’s just an ordinary\nanalog phone) for receiving calls, I have no way to dial a number for\noutgoing calls.\n\nLuckily the Fritz!Box has a call helper mode where you can tell it to\ndial a number and patch it through to any local phone, but I found no\nPerl library to use this feature.  So I wrote my own library - the one\nyou’re looking at right now.\n\n\ninstallation\n------------\n\nThe latest release of Net::Fritz can be installed directly from CPAN,\neg. via\n\n    $ cpan -i Net::Fritz\n\nor\n\n    $ cpanm Net::Fritz\n\n\nbuilding\n--------\n\nTo build and install the current development version of Net::Fritz\nmodule, you need to have Dist::Zilla installed.  Run the ``dzil``\ncommand - if it is available, Dist::Zilla should be installed.\n\nTo install or upgrade Dist::Zilla use\n\n    $ cpan -i Dist::Zilla\n\nor\n\n    $ cpanm Dist::Zilla\n\nThen clone this repository, enter it and start the install process:\n\n    $ git clone https://github.com/mmitch/fritz.git\n    $ cd fritz\n    $ dzil install\n\nAny missing dependencies should be reported automatically and can be\ninstalled by\n\n    $ dzil authordeps --missing | cpanm\n    $ dzil listdeps --missing | cpanm\n\nAfterwards, try the installation again with\n\n    $ dzil install\n\n\nwhere to get it\n---------------\n\nNet::Fritz source is hosted at https://github.com/mmitch/fritz  \nThe latest released version is available on CPAN at\nhttps://metacpan.org/release/Net-Fritz\n\n\nmore information\n----------------\n\nAn example of how to use this library as a dial helper and call log\ntool can be seen at https://github.com/mmitch/fritzdial\n\nA blog article covering my setup is here:\nhttps://www.cgarbs.de/blog/archives/1113-Feldtelefon-an-Fritzbox.html (German only)\n\n\ncopyright\n---------\n\nCopyright (C) 2015  Christian Garbs \u003cmitch@cgarbs.de\u003e  \nLicensed under GNU GPL v2 or later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmitch%2Ffritz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmitch%2Ffritz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmitch%2Ffritz/lists"}