From 448cc285364a922c8d5c78cde67b4801b61e9521 Mon Sep 17 00:00:00 2001 From: softScheck GmbH Date: Mon, 10 Oct 2016 16:19:43 +0200 Subject: [PATCH] Fix Typos --- tddp-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tddp-client/README.md b/tddp-client/README.md index 8f95844..0873602 100644 --- a/tddp-client/README.md +++ b/tddp-client/README.md @@ -3,7 +3,7 @@ A proof-of-concept python client to talk to a TP-Link device using the **TP-Link Device Debug Protocol (TDDP)**. TDDP is implemented across a whole range of TP-Link devices including routers, access points, cameras and smartplugs. -TDDP can read and write a device's configuration and issue special commands. UDP port 1040 is used send commands, replies come back on UDP port 61000. This client has been tested with a TP-Link Archer C9 Wireless Router and TP-Link HS-110 WiFi Smart Plug. +TDDP can read and write a device's configuration and issue special commands. UDP port 1040 is used to send commands, replies come back on UDP port 61000. This client has been tested with a TP-Link Archer C9 Wireless Router and a TP-Link HS-110 WiFi Smart Plug. TDDP is a binary protocol documented in patent [CN102096654A](https://www.google.com/patents/CN102096654A?cl=en).