Skip to content

enfreeworld/upnpy-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upnpy

A fully featured UPnP python stack

interactive browser

Find, monitor, interact with UPnP device with the interactive browser. The interactive browser is enhanced python shell based on bpython. It requires bpython and python-urwid to work

Start the browser :

   ./upnpy/browser.py

The browser window is split in three panes :

Then get a handle on a device or a service with the search (list of device) or get (single or first instance) functions. Ex:

 >>> u.search('*')
 [<Device neufbox router http://192.168.1.1:49152/rootDesc.xml>,
 <Service WANIPConnection http://192.168.1.1:49152/ctl/IPConn>,
 ...
 ]

 >>> u.search('upnp:rootdevice')
 ...

About

A fully featured UPnP python stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%