Skip to content

Instantly share code, notes, and snippets.

View timkn's full-sized avatar
:octocat:

Tim Knothe timkn

:octocat:
  • Technical University of Munich
  • Munich, Germany
  • 17:07 (UTC +02:00)
  • LinkedIn in/timkn
View GitHub Profile
@agent4788
agent4788 / HS100.java
Last active November 17, 2023 13:34
Mit dieser kleinen API kann man die TP-Link HS100 und HS110 Wlan Steckdosen direkt aus Java ansteuern.
package de.test;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.InetAddress;