Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/tuyanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-10-30 12:07:00 +0300
committerGitHub <noreply@github.com>2021-10-30 12:07:00 +0300
commitb3e240dac170efd2e606b172fa91d0fc10038e46 (patch)
tree3e4a7847ac818efcf9a504d666fcbbae3ceef9e3
parenta3bf95a25e1547744d9237897e584ad70b39fa2b (diff)
Dependenciesv1.0
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 765494c..ae7cae1 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,11 @@ You can use NuGet:
PM> Install-Package TuyaNet
```
+### Dependencies
+
+* .NETStandard 2.0
+* Newtonsoft.Json (>= 13.0.1)
+
## How communication with Tuya devices works at all
Every Tuya device broadcasts to local network UDP packets with short info about itself. This data is encrypted with AES but the encryption key is the same for every device and it can be easily decrypted. This packet is sent every 5 seconds and contains data with a unique **device ID**, device type ID and protocol version.