Welcome to the nMQTT .Net MQTT Library. You can find a quickstart here
The source for nMQTT is on github.
If you don't have Git on your machine, visit git and grab a copy for your platform, or simply install the github client for Windows or Mac.
You can get a local copy by issuing the following command from your terminal.
git clone git://github.com/markallanson/nmqtt.git nmqtt
This command will clone a copy of the source to a new directory, "nmqtt" under your current working directory.
Install the .Net SDK and run msbuild against your chosen sln file. or Run Visual Studio, load your chosen sln file.
- Install the latest Xamarin Studio
- Load your chosen sln file into Xamarin Studio and build.
The unit tests for nMqtt are written using the xUnit framework.
The xUnit framework test runners run on both the .Net Framework and Mono platform (To run on mono
prefix the xunit runner executables with mono
, then issue your command line as normal (ie. the
path to the nMQTTTests.dll assembly)
Please issue pull requests if you have additions or changes or bug fixes you would like to see in the main branch.