Releases: grodansparadis/vscpl2drv-logger
vscpl2drv-logger version 15.1.0
This is a partly rewritten driver to fit the new driver schema used for VSCP drivers. Documentation has also been rewritten and the configuration of the driver has some changes. Please read the docs here before using it.
A testapp has been added that can be used to test the driver. It is currently only available with the source packages.
Binaries
- linux - For linux based distributions
- arm64 - For raspberry Pi (NOT 32-bit systems, need to build from source)
- windows - For windows
- macOS - For macOS
vscpl2drv-logger version 15.0.0
VSCP level II driver for diagnostic logging. It makes it possible to log VSCP events from a source to a file. Three formats of the log file is currently supported. Either a standard text string i logged for for each event or logging entries can be logged on XML or JSON format. The advantage of the later is that it can be read by VSCP works and further analyzed there. Several drivers can be used to write logging data to different output files and using different filter/masks for complex logging.
Also this is the first level II driver that implement the HLO configuration interface.
- Documentation is here
- The VSCP Project
- vscpl2drv-logger_15.0.0_amd64.deb for all AMD64 Debian based 64-bit systems
- vscpl2drv-logger_15.0.0_armhf.deb for Raspberry pi
- Windows binaries will follow.