From 7bc9d98e7071a6d880cbbc75d202cc0bd9a7eaf7 Mon Sep 17 00:00:00 2001 From: softScheck GmbH Date: Mon, 1 Aug 2016 10:48:16 +0200 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdda56c..dfb7cc7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## tplink-smartplug.py ## A python client for the proprietary TP-Link Smart Home protocol to control TP-Link HS100 and HS110 WiFi Smart Plugs. -The SmartHome protocol runs on UDP port 9999 and uses a trivial XOR autokey encryption that provides no security. +The SmartHome protocol runs on TCP port 9999 and uses a trivial XOR autokey encryption that provides no security. There is no authentication mechanism and commands are accepted independent of device state (configured/unconfigured). @@ -43,7 +43,7 @@ More advanced commands such as creating or editing rules can be issued using the ## Wireshark Dissector ## -Wireshark dissector to decrypt TP-Link Smart Home Protocol packets (UDP port 9999). +Wireshark dissector to decrypt TP-Link Smart Home Protocol packets (TCP port 9999). ![ScreenShot](wireshark-dissector.PNG)