This program logs changes to one or more sACN universes to a file.
- Configurable sACN universes.
- Per-Address-Priority (0xDD) support.
- Logs winning levels, priority, and owner per-address.
sacnlogger <path to config file> will begin logging to files in the current working directory.
This program can be used on a Raspberry Pi
- Raspberry Pi 5 8GB or more RAM.
- RTC Battery. The battery is required for accurate log times.
- 1GB or larger microSD Card
- 16GB or larger USB Drive. The actual size required depends on how much data you are monitoring and the length of time the monitor will run. One change in sACN data will result in a little over 6kB of data.
- Download the Raspberry Pi Imager program and the compressed disk image with this program.
- Launch imager and click Choose OS > Use Custom. Select the downloaded disk image.
- Click Choose Storage and select your microSD card.
- Click Next. Do not apply OS customization settings.
- Create the config file named
sacnlogger.jsonand place it in the root of a FAT32-formatted USB drive. Plug this USB drive into your Raspberry Pi. - Power up your Raspberry Pi. After about 30 seconds, the USB drive should show activity.
The config file is in json format:
{
"universes": [
1,
2
],
"usePap": true
}