diff --git a/README.md b/README.md index 28b6899..3cbd35a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Tapo camera IP Cameras are a nightmare for our privacy. For this reason I am reverse engineering a Tp-Link Tapo C210's firmware and its relative app in order to prevent them from sending any data to untrusted servers. +There are better resources than mine: see https://github.com/nervous-inhuman/tplink-tapo-c200-re and https://drmnsamoliu.github.io/. I will focus on the reverse engineering of the app in order to be able to use the camera without a Tp-Link account. ## How these cameras were designed to work 1. You download a proprietary app (Tp-Link Tapo) and create an account without which the camera can not work; @@ -8,7 +9,11 @@ IP Cameras are a nightmare for our privacy. For this reason I am reverse enginee 4. You have the possibility to update the camera's firmware through its app. This expands the attack surface for a hacker or from the company itself to push a malicious update. ## What we can do -As of today, we have libre NVR solutions we can use in place of the proprietary app, but you still need it the first time you boot the camera up and NVRs will not stop the camera from sending the video to their servers without using a firewall. +As of today, we have: +* libre NVR solutions we can use in place of the proprietary app; +* You can use a collection of open source software to control these cameras, see [my collection](https://github.com/stars/xfarrow/lists/tapo-cameras) + +nonethless, you still need it the first time you boot the camera up and NVRs will not stop the camera from sending the video to their servers without using a firewall. This repository aims to resolve these issues. @@ -18,6 +23,3 @@ This repository aims to resolve these issues. ### Tapo C210 * It runs a Linux Kernel (4.9.84) - -## Download -There's nothing yet.