-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
NeosoftSyslogLibrary by Neosoft Technologies - Toolkit for LabVIEW Download
Version | 1.0.0.23 |
Released | Apr 06, 2021 |
Publisher | Neosoft Technologies |
License | EULA Neosoft Syslog Library |
LabVIEW Version | LabVIEW>=17.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage |
Description
Neosoft Syslog Library is a set of VI to use syslog messaging in your application. The standard RFC 3164 and RFC 5424 are available and you can send syslog message with a timestamp precision untill nanosecond. There are 2 parts in the libray :
- DQMH request : they 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 VI : the Syslog DQMH module descripted precedently works on these VIs from syslog classes. You will find here the necessary VIs to use the syslog messaging without the DQMH module (if you use DQMH module in your project, it's better to not use these VI)