Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Sep 24, 2019
1 parent 331125c commit 9b1b120
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Rainmeter Mqtt Plugin

> Work in Progress !!
> Work in Progress !!
This project consists of 3 parts:

- API : The Rainmeter API files as published in the [Rainmeter Plugin SDK][1]
- M2Mqtt : [MQTT Client Library for .Net][2]
- MqttPlugin : The actual glue that binds the Rainmeter API and the Paho MQTT .Net client.

[1]:https://github.com/rainmeter/rainmeter-plugin-sdk
[2]:https://github.com/eclipse/paho.mqtt.m2mqtt

The MqttPlugin is a modified version of the ParentChild Plugin exaple from the SDK.

0 comments on commit 9b1b120

Please sign in to comment.