|
|
@ -2,8 +2,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
Learning MQTT with Golang by doing. This repo is a simple example of using a Golang application as a client (pub & sub) of an MQTT broker.
|
|
|
|
Learning MQTT with Golang by doing. This repo is a simple example of using a Golang application as a client (pub & sub) of an MQTT broker.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8088, Management Center unsecured (opening the port on the internet is not recommended).
|
|
|
|
|
|
|
|
1883, Eclipse Mosquitto unsecured (opening the port on the internet is not recommended).
|
|
|
|
1883, Eclipse Mosquitto unsecured (opening the port on the internet is not recommended).
|
|
|
|
|
|
|
|
|
|
|
|
## Development
|
|
|
|
## Development
|
|
|
@ -39,7 +37,7 @@ make stop-dev
|
|
|
|
|
|
|
|
|
|
|
|
- [Mosquitto Docs](https://mosquitto.org/man/mosquitto-8.html)
|
|
|
|
- [Mosquitto Docs](https://mosquitto.org/man/mosquitto-8.html)
|
|
|
|
- [Mosquitto TLS Tutorial](https://cedalo.com/blog/mqtt-tls-configuration-guide/)
|
|
|
|
- [Mosquitto TLS Tutorial](https://cedalo.com/blog/mqtt-tls-configuration-guide/)
|
|
|
|
- [Golang MQTT Tutorial]()
|
|
|
|
- [Golang MQTT Tutorial](https://www.emqx.com/en/blog/how-to-use-mqtt-in-golang)
|
|
|
|
- [MQTT as a Service](https://cedalo.com/mqtt-broker-pro-mosquitto/)
|
|
|
|
- [MQTT as a Service](https://cedalo.com/mqtt-broker-pro-mosquitto/)
|
|
|
|
- [Using Wireshare for MQTT Analysis](https://cedalo.com/blog/wireshark-mqtt-guide/)
|
|
|
|
- [Using Wireshare for MQTT Analysis](https://cedalo.com/blog/wireshark-mqtt-guide/)
|
|
|
|
- [Caddy as reverse proxy](https://github.com/caddyserver/caddy)
|
|
|
|
- [Caddy as reverse proxy](https://github.com/caddyserver/caddy)
|
|
|
|