配置服务为自动启动

systemctl enable redis.service
systemctl enable nanomq.service
systemctl enable chirpstack-mqtt-forwarder.service
systemctl enable lora_sx1302_pktfwd.service
systemctl enable chirpstack-sqlite.service

启动服务

systemctl start redis.service
systemctl start nanomq.service
systemctl start chirpstack-mqtt-forwarder.service
systemctl start lora_sx1302_pktfwd.service
systemctl start chirpstack-sqlite.service

chirpstack服务启动后,默认在8080端口提供WEB管理页面,可以在浏览器输入网关IP地址和端口号,访问管理页面。

LoRaWAN的GatewayID,默认是AA555A0000000000,配置页面填写该ID即可。

作者:SteveChen  创建时间:2025-04-25 21:07
最后编辑:SteveChen  更新时间:2025-07-17 09:06