DroneScout Receiver Manual - version 1.0 May 2022 - © BlueMark Innovations BV 2022
13/28
2 C
ONFIGURATION
The firmware is protected by a license/device key. In case the receiver does not work
anymore due to license errors, please contact support.
2.1 root password
For production environments it is
strongly
advised to change the default password.
overlayroot-chroot
passwd #interactive tool to change the password
exit
reboot # new password will work after a reboot
2.2 dronescout.conf
The file /root/dronescout.conf is the main configuration file.
The default contents are shows below.
#
# Configuration file
# (c) Bluemark Innovations BV 2022
[global]
sensorID = ds220500000100 ; receiver ID up to 256 characters
[mqtt]
host = myserver ; MQTT host
port = 8883 ; MQTT port
topic = ; leave empty to use default topic based on receiverID
QoSlevel = 1 ; QoS level 0, 1 or 2
username = ; leave empty if not used
password = ; leave empty if not used
keepalive = 60 ; keep alive period in seconds.
clientID = ; set clientID, leave empty for default setting
ssl = 1 ; 0 disable SSL in MQTT connection 1, enable SSL
ssl_verify = 0 ; disable/enable SSL verification
CAfile = /root/certs/ca.crt ; location to CA file for SSL connection
CRTfile = /root/certs/client.crt ; location to CRT file for SSL connection
KEYfile = /root/certs/client.key ; locaton to KEY file for SSL connection
compression = lzma ; none or lzma. In case of lzma, payload is compressed.
retain = 0 ; set to 1 in order to retain messages on mqtt broker