From 5c75dfe4ae1f7b614c22c814d5bc5b37c2eae5ca Mon Sep 17 00:00:00 2001 From: Colin Kuebler Date: Sun, 31 Mar 2019 15:41:23 -0400 Subject: [PATCH] Added related works section to README, #1 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0c4406..82b6675 100644 --- a/README.md +++ b/README.md @@ -85,3 +85,9 @@ BE SURE THE FIRMWARE FITS YOUR DEVICE! Alternatively you can request a certain file to be requested and flashed by the device: # curl http://10.42.42.42/flash3?url=http://10.42.42.1/files/thirdparty.bin + +## RELATED WORKS +- [TuyAPI](https://github.com/codetheweb/tuyapi) NPM library for LAN control of Tuya devices with stock firmware +- [TuyOTA](https://github.com/SynAckFin/TuyOTA) Perl based Tuya flashing script using a similar strategy +- [MockTuyaCloud](https://github.com/kueblc/mocktuyacloud) Framework replicating much of the Tuya cloud functionality +