8000 GitHub - remyers/pyGT: Python library for goTenna Mesh devices
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remyers/pyGT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyGT

An unofficial open source Python library for operating goTenna Mesh devices over Bluetooth LE

Requires: bluepy (pip install bluepy)

import gtdevice

gotenna = gtdevice.goTennaDev(MAC)
gotenna.initialize()
(resCode, resData) = gotenna.execute(opCode, opData)
# ...
gotenna.disconnect()

For more information about the devices, formats and protocols, visit the pyGT project wiki.

Not affiliated with goTenna inc. This software may brick your device and void your warranty.

About

Python library for goTenna Mesh devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0