Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
esar committed May 15, 2014
1 parent 84f9045 commit 3d6057a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
@@ -0,0 +1,18 @@
MQTT client library for Contiki
===============================

This is an MQTT client library for the Contiki operating system.

It operates asynchronously, creating a new process to handle communication
with the message broker. It supports subscribing, publishing, authentication,
will messages, keep alive pings and all 3 QoS levels. In short, it should be
a fully functional client, though some areas haven't been well tested yet.

To use this library, create a mqtt-service directory in the Contiki apps
directory and place these library files within it. Then add mqtt-service to
the APPS variable in your application's makefile.

See mqtt-service.h for documentation and example.c for example usage.

For more exmples of usage, look in the devices/* directories in
http://github.com/esar/myha

0 comments on commit 3d6057a

Please sign in to comment.