-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |