Experimenting with reverse engineered TP-link API
authorJanus Varmarken <varmarken@gmail.com>
Fri, 6 Jul 2018 22:19:31 +0000 (15:19 -0700)
committerJanus Varmarken <varmarken@gmail.com>
Fri, 6 Jul 2018 22:37:26 +0000 (15:37 -0700)
commitd369572f402f46667ea04a5f46aa1927de4ecf9f
tree6cfd1082dd810e958c706517562f0d5928c987a7
parent3f53bd3f23751c3782870e7bc2e4d17bfac514dd
Experimenting with reverse engineered TP-link API
16 files changed:
Code/Projects/TplinkPlugClient/.gitignore [new file with mode: 0644]
Code/Projects/TplinkPlugClient/.idea/compiler.xml [new file with mode: 0644]
Code/Projects/TplinkPlugClient/.idea/copyright/profiles_settings.xml [new file with mode: 0644]
Code/Projects/TplinkPlugClient/.idea/modules.xml [new file with mode: 0644]
Code/Projects/TplinkPlugClient/.idea/modules/TplinkPlugClient.iml [new file with mode: 0644]
Code/Projects/TplinkPlugClient/.idea/modules/TplinkPlugClient_main.iml [new file with mode: 0644]
Code/Projects/TplinkPlugClient/.idea/modules/TplinkPlugClient_test.iml [new file with mode: 0644]
Code/Projects/TplinkPlugClient/build.gradle [new file with mode: 0644]
Code/Projects/TplinkPlugClient/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
Code/Projects/TplinkPlugClient/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
Code/Projects/TplinkPlugClient/gradlew [new file with mode: 0755]
Code/Projects/TplinkPlugClient/gradlew.bat [new file with mode: 0644]
Code/Projects/TplinkPlugClient/settings.gradle [new file with mode: 0644]
Code/Projects/TplinkPlugClient/src/main/java/edu/uci/iotproject/tplinkplug/Configuration.java [new file with mode: 0644]
Code/Projects/TplinkPlugClient/src/main/java/edu/uci/iotproject/tplinkplug/Main.java [new file with mode: 0644]
Code/Projects/TplinkPlugClient/src/main/java/edu/uci/iotproject/tplinkplug/TplinkPlugWanClient.java [new file with mode: 0644]