Giter Site home page Giter Site logo

kouweizhong / nmqtt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from markallanson/nmqtt

0.0 1.0 0.0 3.83 MB

An implementation of the MQTT v3 protocol on the .Net and Mono platforms.

Home Page: http://wiki.github.com/markallanson/nmqtt

License: MIT License

C# 100.00%

nmqtt's Introduction

nMQTT, an MQTT v3 Implementation

Welcome to the nMQTT .Net MQTT Library. You can find a quickstart here

Build Server

There is a TeamCity build server which provides CI builds. The build currently runs on Ubuntu/Mono(v2) both because it's simpler and cheaper to maintain. This also has the side benefit of finding any filename case bugs which can cause issues with builds under mono on linux.

Getting Source

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.

Build Source

On Windows

Install the .Net SDK and run msbuild against your chosen sln file. or Run Visual Studio, load your chosen sln file.

On Mac OS X or Linux

  1. Install the latest Xamarin Studio
  2. Load your chosen sln file into Xamarin Studio and build.

Running Unit Tests

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)

Pull Requests

Please issue pull requests if you have additions or changes or bug fixes you would like to see in the main branch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.