- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Extending Yamcs
Appendices
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
Packet Input StreamΒΆ
When receiving a stream of packets on a stream-based data link (for example, TCP TM Data Link), Yamcs needs to be told as part of that link's configuration, how consecutive packets can be distinguished from each other.
This type of information is not part of the Mission Database, it is handled exclusively through Yamcs configuration.
A number of common implementations are provided. If necessary, you may also create yourself a custom implementation, by implementing the PacketInputStream interface.
Note
For data links where input is naturally split into frames, like UDP, a packet input stream is not used.