Metadata >> NuGet >> Nmqtt

Nmqtt

Metadata

Authors Mark Allanson
Copyrights Copyright 2013
Description A .Net implementation of the MQTT v3 protocol compatible with .Net FX 3.5 and higher.
IconUrl https://raw.github.com/markallanson/nmqtt/master/nmqttlogo.png
LicenseUrl http://www.opensource.org/licenses/mit-license.php
Owners Mark Allanson
ProjectUrl https://github.com/markallanson/nmqtt
ReleaseNotes Includes MQTT v3.0 support at QOS Levels 0 and 1.
RequireLicenseAcceptance False
Tags mqtt nmqtt messaging
Title nMQTT, an MQTT v3 Implementation
PackageSize 184818
PackageHashAlgorithm SHA512
PackageHash iqjGCOSX27/sJmqcfQuQ6FgIKtyoswvlf6wdNKzfMMVzrHWY1EEv/d/nrLUZHTDSDhCnDDbfkxHc6zh3eKEZ1g==
DownloadCount 000000
CreatedDate 2013-09-05T23:27:51

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Nmqtt -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nmqtt -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Nmqtt
Installing the package (HTTP Basic authentication):
Install-Package Nmqtt -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Nmqtt -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Nmqtt

OpenWrap

Installing the package:
o add-wrap Nmqtt
Uninstalling the package:
o remove-wrap Nmqtt

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.1.1.0
0.1.0.0