From 3f5d4e98253076eab2e9eb95bfbce63ad046fa0e Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Sat, 16 May 2020 20:59:54 +0200 Subject: [PATCH] Added MQTT JS examples for MQTTnet.Server. --- Source/MQTTnet.Server/MQTTnet.Server.csproj | 6 ++++ .../MQTTnet.Server/Web/wwwroot/mqtt_Test.html | 33 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 Source/MQTTnet.Server/Web/wwwroot/mqtt_Test.html diff --git a/Source/MQTTnet.Server/MQTTnet.Server.csproj b/Source/MQTTnet.Server/MQTTnet.Server.csproj index a95c5bfd9..1603295ec 100644 --- a/Source/MQTTnet.Server/MQTTnet.Server.csproj +++ b/Source/MQTTnet.Server/MQTTnet.Server.csproj @@ -68,6 +68,12 @@ Always + + Always + + + Always + diff --git a/Source/MQTTnet.Server/Web/wwwroot/mqtt_Test.html b/Source/MQTTnet.Server/Web/wwwroot/mqtt_Test.html new file mode 100644 index 000000000..4e9007511 --- /dev/null +++ b/Source/MQTTnet.Server/Web/wwwroot/mqtt_Test.html @@ -0,0 +1,33 @@ + + + + MQTT JS Example + + + + + + + + + + + + \ No newline at end of file