Update README
1 file changed
tree: ecebbb916640b5e85efef8671c160a3a0c24bd4b
  1. client/
  2. gateway/
  3. packets/
  4. LICENSE
  5. README.md
README.md

Smidge

An MQTT-SN implementation in Go

Including

  • MQTT-SN Client Library (in progress)
  • MQTT-SN Aggregating and Transparent Gateway

Download

Clone this repo or go get with

go get git.eclipse.org/gitroot/paho.incubator/smidge.git/client

The same URL is used to import the library into your Go programs

import (
	"git.eclipse.org/gitroot/paho.incubator/smidge.git/client"
	"git.eclipse.org/gitroot/paho.incubator/smidge.git/packets"
)