Broker
Mosquitto
amikoo@uppboard:~$ sudo apt-get update
amikoo@uppboard:~$ sudo apt-get install mosquitto
root@workstation:~# nano /etc/mosquitto/mosquitto.conf# Port to use for the default listener.
port 1883
# Boolean value that determines whether clients that connect
# without providing a username are allowed to connect. If set to
# false then a password file should be created (see the
# password_file option) to control authenticated client access.
# Defaults to true.
allow_anonymous trueamikoo@uppboard:~# service mosquitto start
mosquitto start/running, process 3386
amikoo@uppboard:~# service mosquitto status
mosquitto start/running, process 3386Conexiones activas de Internet (servidores y establecidos)
Proto Recib Enviad Dirección
local Dirección remota Estado
tcp 0 0 pymelab-ThinkPad:domain *:*
tcp 0 0 localhost:ipp *:* ESCUCHAR
tcp 0 0 *:1883 *:* ESCUCHAR
tcp 0 0 *:8123 *:* ESCUCHARTesting
Last updated