Skip to content

bibiak1/python-orange-funbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-orange-funbox

Prerequisites

This module is written in python 2

How to install

Clone the funbox.py file to the directory in which you want to use it:

python.py
your_script.py

How to use this package:

# Import the module:
import funbox

# Initialize:
funbox = funbox.FunBox("http://192.168.1.1", "put_password_here")

# Now you can use the module methods:
import json
info = funbox.DeviceInfo()
print json.dumps(info, indent=4)

# If needed, reconnect to funbox:
funbox.reconnect()

# You can also restart your router
funbox.restart()

More examples can be found in the wiki.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages