Coder Social home page Coder Social logo

fritzbox's People

Contributors

bejobe avatar hh0rva1h avatar n0rc avatar tmpt1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fritzbox's Issues

Ignore SSL Certerrors

Hi,
is there a way to ignore SSL-errors? There is a selfsigned certificate, it will throw errors.
Kind regards,
Markus

FRITZ!OS BETA-Versions

In combination with FritzOS 7.25 the changed script works fine. Thank you.

But I have here two boxes with FritzOS BETA-Versions (Fritz!BOX 7490 with 07.24-86493 BETA and Fritz!BOX 7520 with 07.24-86863 BETA ). They both works like the FritzOS 7.25.

But it is not enough to change the line in the script wakeup.py from
if version.parse(vers) < version.parse('7.25'):
into
if version.parse(vers) < version.parse('7.24'):
because of the apendix -nnnnn BETA.

It is necessery to cut this appendix away by adding a new line:
vers_nr = vers.split('-');
if version.parse(vers_nr[0]) < version.parse('7.24'):

This is not only important for beta versions with 7.24 but also in the future for beta version higher than 7.25 (all versions with appendix, which is used often by AVM).

Best regards

Bejobe

PS.: If you want I can open a Pull request for that.

international 6.52 takes wrong password

The international version with fritzos 6.52 fails to login.
It seems that it takes the wrong password (the local password).
This test seems to fail:
my $pass = ($c =~ m#Benutzername#) ? $remote_pass : $local_admin_pass;
Maybe because the German term Benutzername?
I changed this line to my $pass = $remote_pass;
and it works for my 6.52, but maybe it's not compatible anymore with other fritzos versions.

Python 3.6 port

Hi,
thanks for your work!

I ported the script to python 3.6, needed to change only 3 lines for that (atleast for my use case). interested in a pull request?

Incompatibility with FritzOS 7.25

In combination with FritzOS 7.25 the script does not work any more.
„[error] something went wrong while sending wakeup to …“.
I tried using the -k switch (without it I would additionally get "[error] ssl certificate verification failed)".
It looks like AVM managed to break the functionallity yet again.
Using Fritz!BOX 7590 hardware.

Thanks in advance.

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.