Skip to content

jsaak/mqtt-sn-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQTT-SN Gateway

What it is

This is a working MQTT-SN <-> MQTT gateway.
The code is taken from the Eclipse Paho project.
The reason is, that no one seems to know about this, nor use it.
I fixed some bugs.
On embedded devices the logging should be turned off.
Otherwise the MQTT-SN gateway is working pretty well.

I did not try the MQTT-SN c or java client

How to compile

   cd apps/MQTTSN-Gateway/src/org/eclipse/paho/mqttsn/gateway && javac -sourcepath ./ -d /target/path/ ./**/**/**/**/**/*.java ; cd ../../../../../../../..

there should be a more elegant way, if you know one, let me know, and i will change this

How to run

   cd /target/path/ && /usr/bin/java org.eclipse.paho.mqttsn.gateway.Gateway
   echo -e '\0x0a\0x04\0x04\0x01\0x00\0x660001' | nc -v -u localhost 20000

Licensing

see notice.html

original readme: Eclipse Paho MQTT-SN reference code and sample applications

Reporting bugs

Please report bugs in Eclipse Bugzilla for the Paho project.

More information

Discussion of the Paho clients takes place on the Eclipse paho-dev mailing list.

General questions about the MQTT protocol are discussed in the MQTT Google Group.

There is much more information available via the MQTT community site.

About

MQTT-SN gateway from the eclipse paho project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages