This repo has been moved to Gitlab: https://gitlab.eclipse.org/eclipse/paho.incu...

Clone this repo:

Branches

  1. b83f79d Update README by Al S-M · 9 years ago master
  2. 924ca67 Update README by Al S-M · 9 years ago
  3. 19ba029 Resolve import locations by Al S-M · 9 years ago
  4. 1774f57 Initial commit by Al S-M · 9 years ago

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"
)