We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331125c commit 9b1b120Copy full SHA for 9b1b120
1 file changed
README.md
@@ -1,3 +1,14 @@
1
Rainmeter Mqtt Plugin
2
3
-> Work in Progress !!
+> Work in Progress !!
4
+
5
+This project consists of 3 parts:
6
7
+- API : The Rainmeter API files as published in the [Rainmeter Plugin SDK][1]
8
+- M2Mqtt : [MQTT Client Library for .Net][2]
9
+- MqttPlugin : The actual glue that binds the Rainmeter API and the Paho MQTT .Net client.
10
11
+[1]:https://github.com/rainmeter/rainmeter-plugin-sdk
12
+[2]:https://github.com/eclipse/paho.mqtt.m2mqtt
13
14
+The MqttPlugin is a modified version of the ParentChild Plugin exaple from the SDK.
0 commit comments