Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aratan/mqtt
https://github.com/aratan/mqtt
colas mensajes mqtt-broker mqtt-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aratan/mqtt
- Owner: aratan
- Created: 2022-06-08T14:04:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T10:16:07.000Z (8 months ago)
- Last Synced: 2024-05-13T11:33:35.727Z (8 months ago)
- Topics: colas, mensajes, mqtt-broker, mqtt-client
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libreria para mandar mensajes entre maquinas.
## mqtt.js
npm init -y
node index.js
sudo npm i mqtt -g
mqtt sub -t 'hola' -h 'test.mosquitto.org' -v
mqtt pub -t 'hola' -h 'test.mosquitto.org' -m 'from Mqtt.js'
## @@ Public MQTT Brokers
### Name Broker Address TCP Port TLS Port WebSocket Port Message Retention Persistent Session Sign Up Requred Link
Eclipse mqtt.eclipse.org 1883 N/A 80, 443 YES YES NO Link
### Mosquitto test.mosquitto.org 1883 8883, 8884 80 YES YES NO Link
HiveMQ broker.hivemq.com 1883 N/A 8000 YES YES NO Link
Flespi mqtt.flespi.io 1883 8883 80, 443 YES YES YES Link
Dioty mqtt.dioty.co 1883 8883 8080, 8880 YES YES YES Link
Fluux mqtt.fluux.io 1883 8883 N/A N/A N/A NO Link
EMQX broker.emqx.io 1883 8883 8083 YES YES NO Link