- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
UDP TM Data Link¶
Listens on a UDP port for datagrams containing CCSDS packets. One datagram is equivalent to one packet.
Class Name¶
Configuration Options¶
- stream (string)
Required. The stream where data is emitted
- port (integer)
Required. The UDP port to listen on
- maxLength (integer)
The maximum length of the packets received. If a larger datagram is received, the data will be truncated. Default: 1500 bytes
- packetPreprocessorClassName (string)
Class name of a PacketPreprocessor implementation. Default is org.yamcs.tctm.IssPacketPreprocessor which applies ISS conventions.
- packetPreprocessorArgs (map)
Optional args of arbitrary complexity to pass to the PacketPreprocessor. Each PacketPreprocessor may support different options.