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:04 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-10-30 12:07:04 +0300
commit2b2f1480e69e4631b93b60254baecffbd61ebfc2 (patch)
tree70acde5a667e77a26f478db9aa5b106553aba5ff
parent55b52b1d19eeec2dd9896b324118c12f9de27e00 (diff)
parentb3e240dac170efd2e606b172fa91d0fc10038e46 (diff)
Merge branch 'main' of https://github.com/ClusterM/tuyanet into main
-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.