Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section details about how to setup a tool to see DAB messages being exchanged over the test network using a Linux PC(DAB Monitor). Image Removed

Image Added

Install required tools on the DAB Monitor Linux machine 

Code Block
languagebash
sudo apt-add-repository ppa:mosquitto-dev/mosquitto-ppa
sudo apt-get update
sudo apt-get install mosquitto-clients moreutils

Listen to the MQTT messages from the broker(dab-adapter)

Code Block
user@DABMonitor:~$ mosquitto_sub -h 10.0.0.4 -v -t '#' | ts '[%Y%b%d %H:%M:%.S]'

Common pit-falls

...