softScheck / tplink-smartplug

TP-Link WiFi SmartPlug Client and Wireshark Dissector
Apache License 2.0
1.14k stars 296 forks source link

Added Python 3.x and maintain Python>2.6 compatibility. #25

Closed mjfwest closed 4 years ago

mjfwest commented 7 years ago

It relies on the python 2 module future, which can be installed with: pip install future

softScheck commented 4 years ago

Thanks a lot. We used the newer pull request without future.