NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

Add TCP interface for outputting CLTUs #148

Open mudinthewater opened 2 years ago

mudinthewater commented 2 years ago

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)

Mejiro-McQueen commented 2 years ago

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.