KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pyTenna
★ 21
Open GitHub ↗
Exploring and reversing the goTenna Mesh
Download README (.md)
Explore Similar Repositories
ModernCPP_Examples
:
Simple Reference Implementations of all the features added in C++11/14/17
aliyun-dysms-php-sdk
:
阿里云-云通信PHP版sdk精简,非原先阿里大于SDK,原阿里大鱼被合并进了“阿里云-云通信”,SDK已变化
httpclient-testing
:
No description available.
mao-rules
:
A complete documentation of rules for the card game Mao in 2E
chrome-screen-rec-poc
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pyTenna
?
Download (.md)
Reversing the goTenna protocol ============================== The goTenna is a nice device which allows peer-to-peer communication over radio, and without needing any other communications infrastructue. Currently the only interface to the device is via a mobile application for Android and iOS. The lack of an open protocol specification and implemenation make it difficult to repurpuse the goTenna for other use-cases such as machine-to-machine communication In this repository I'll record my goTenna research and will hopefully end up with a working implementation in Python. The `scripts/` directory contains some tools for working with goTenna firmware images and the data files created by the Android application. TODO ---- - [ ] Create a working protocol implementation in Python - [ ] Create a Wireshark plugin for decoding the OTA data protocol. - [ ] Investigate the Mesh protcol (does it do store and forward?).