https://github.com/openshwprojects/tuyamcuanalyzer
Automatically analyze TuyaMCU UART packets data
https://github.com/openshwprojects/tuyamcuanalyzer
Last synced: about 1 year ago
JSON representation
Automatically analyze TuyaMCU UART packets data
- Host: GitHub
- URL: https://github.com/openshwprojects/tuyamcuanalyzer
- Owner: openshwprojects
- Created: 2023-04-06T12:35:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T19:49:26.000Z (over 1 year ago)
- Last Synced: 2024-10-11T14:16:28.717Z (over 1 year ago)
- Language: C#
- Size: 116 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This tools allows you to quickly analyze captured hex data of TuyaMCU packets. Pasted hex data is split into TuyaMCU packets, analyzed and coloured according to each byte meaning. TuyaMCU variables (dpIDs) are displayed along with their types and values, so you can efficiently analyze devices and add their support to [OpenBeken](https://github.com/openshwprojects/OpenBK7231T_App)
Ver 0.2:

Ver 0.1:

# Compiling
MSVC Community 2017 C# project is included, project is a WinForms app build with NET Framework 2.0
# Contributing
Feel free to add new features and improve the codebase, whole tool was quickly put together so I can work with TuyaMCU in a more efficient way, it was never written with clean code standards in mind.