Linux搭建MQTT服务器(mosquitto)并使用

  • 下载源码

Index of /files/source/ (mosquitto.org)

  • 解包

    $ tar xf mosquitto-2.0.9.tar.gz

  • 编译准备

    sudo apt install -y gcc g++ cmake openssl libssl-dev

  • 编译及安装

    $ cd mosquitto-2.0.9
    $ make
    $ sudo make install

  • 配置文件(修改端口)

    $ cd /etc/mosquitto/
    $ sudo cp mosquitto.conf.example mosquitto.conf

mosquitto 2.0修改端口-CSDN博客

  • 启动

    $ /usr/local/sbin/mosquitto -c /etc/mosquitto/mosquitto.conf -d

  • 测试

相关推荐
秦jh_14 分钟前
【Linux】多线程(概念,控制)
linux·运维·前端
扣得君1 小时前
C++20 Coroutine Echo Server
运维·服务器·c++20
keep__go2 小时前
Linux 批量配置互信
linux·运维·服务器·数据库·shell
矛取矛求2 小时前
Linux中给普通账户一次性提权
linux·运维·服务器
Fanstay9852 小时前
在Linux中使用Nginx和Docker进行项目部署
linux·nginx·docker
大熊程序猿2 小时前
ubuntu 安装kafka-eagle
linux·ubuntu·kafka
jieshenai2 小时前
使用VSCode远程连接服务器并解决Neo4j无法登陆问题
服务器·vscode·neo4j
渗透测试老鸟-九青2 小时前
通过投毒Bingbot索引挖掘必应中的存储型XSS
服务器·前端·javascript·安全·web安全·缓存·xss
Gentle5862 小时前
labview连接sql server数据库
服务器·数据库·labview
co0t3 小时前
计算机网络(11)和流量控制补充
服务器·网络·计算机网络