Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 386 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 386 Bytes

speedport-hybrid-reconnect

Reconnect your Speedport Hybrid easily by using this class.

Usage:

from router import SpeedportHybrid

router = SpeedportHybrid('ROUTERPASSWORD')
router.reconnect()

You can now also get all devices in you LAN with:

router.getDevices()

returns:

['Device#1 (192.168.1.100)', "Device#2 (192.168.1.101)", ...]