Skip to content

tscheffl/netconf-mqtt-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netconf-mqtt-bridge

m = manager.connect_ssh("localhost", port=44555, username="Thomas", password="admin",allow_agent=False,hostkey_verify=False,look_for_keys=False)

n = xml_.to_ele('<get_schema/>')
n = xml_.to_ele('<set_color_green/>')
n = xml_.to_ele('<switch_off/>')

m.dispatch(n)
```

About

Experimental source code providing Netconf-MQTT bridging functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published