logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dlt-adaptor-udp - Forward received UDP messages to DLT Daemon

Author

       Saya Sugiura (ssugiura (at) jp.adit-jv (dot) com)

Bugs

       See Github issue: <https://github.com/COVESA/dlt-daemon/issues>

Description

       This is a small external program for forwarding received UDP messages to DLT Daemon.

       This  also  can  be  used  for e.g. sending syslog messages to the DLT daemon.  Therefore a syslog daemon
       called syslog-ng is necessary.  This syslog daemon must be configured to send the syslog  messages  to  a
       specific  UDP  port.  For configuration of this syslog daemon, see the documentation for syslog-ng.  This
       tools is already integrated into dlt-system.

   OPTIONS
       -a     Set application ID to apid (default: UDPA)

       -c     Set context ID tp ctid (default: UDPC)

       -p     Set receive port number for UDP messages (default: 47111)

       -h     Show help

Exit Status

       Non zero is returned in case of failure.

Name

dlt-adaptor-udp - Forward received UDP messages to DLT Daemon

See Also

dlt-daemon(1)DLT-ADAPTOR-UDP(1)

Synopsis

dlt-adaptor-udp [-a apid] [-c ctid] [-p] [-h]

See Also