AIT-DSN icon indicating copy to clipboard operation
AIT-DSN copied to clipboard

Add TCP interface for outputting CLTUs

Open mudinthewater opened this issue 4 years ago • 1 comments

Most common ground modems use a TCP-based interface for communication to the GDS, not UDP.

The TCP frame interface should include an extensible header wrapper, as most modems and stations tend to use a wrapper around their CLTUs

(example, LEO-T header)

mudinthewater avatar Feb 02 '22 21:02 mudinthewater

The following plugin provides output: https://github.com/NASA-AMMOS/AIT-DSN/pull/157 New version provides inputs: https://github.com/NASA-AMMOS/AIT-DSN/pull/171

We can add new plugins to wrap CLTUs which can be forwarded to the plugin above.

Mejiro-McQueen avatar Apr 05 '22 03:04 Mejiro-McQueen