Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antromeo/pablitto-broker

pablitto-broker is implementation of MQTT v3.1.1 broker
https://github.com/antromeo/pablitto-broker

mqtt

Last synced: 27 days ago
JSON representation

pablitto-broker is implementation of MQTT v3.1.1 broker

Awesome Lists containing this project

README

        

# pablitto-broker

pablitto-broker is implementation of MQTT v3.1.1 broker (http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html)

![alt text](https://github.com/antromeo/pablitto-broker/blob/master/logo/pablitto.png)

The library was tested on Debian 10 buster

## how to use it

1) git clone:

```
git clone https://github.com/antromeo/pablitto-broker.git
```

2) Build and run
```
cd pablitto-broker
go run broker.go port_number

```

Playlist YouTube: https://www.youtube.com/watch?v=shWXoqBa2OY&list=PLcJaq9O6tuqb-dEidWH7ExByMqrzLxRYN

Visit the doc