-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Neosoft Syslog Library by Neosoft Technologies - Toolkit for LabVIEW Download
Library to use syslog messaging (RFC3164 and RFC5424 available) for syslog client applications
Version | 2.2.0.32 |
Released | Nov 25, 2024 |
Publisher | Neosoft Technologies |
License | BSD-3 |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Discussion |
Description
Neosoft Syslog Library provides an API to bring Syslog messaging into your client application. The standard Syslog definitions RFC 3164 and 5424 are available.
Specific implementation allows sending syslog messages with a timestamp precision up to the nanosecond.
To see this time precision, NeoSyslog Server should be used.
Messages can be sent over UDP, TCP and TCP TLS.
The library is divided into 2 parts:
- DQMH API: these are the high level VI, it allow you to use the DQMH module that handles the syslog messaging, you just need to run the module and use the request available (configuration, connection and write message requests)
- Low level API: the Syslog DQMH module call these low-level VIs. If you do not want to use the DQMH-based implementation, these VIs can be directly used to build your own syslog process.
Examples can be found into \examples\Neosoft Technologies\NeosoftSyslogLibrary
Release Notes
- Now supports TCP TLS
- DQMH module updated to DQMH v7.0
- Reworked interfaces to make them even easier to use