NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

Drop ait_sle_bridge.py #102

Closed MJJoyce closed 4 years ago

MJJoyce commented 4 years ago

The ait_sle_bridge.py script seems unneeded now. The default handlers for data transfer PDUs currently forward data along to the GUI (see links below). As such, this script doesn't work (as expected) and the default handler functionality effectively does what it was doing. I think keeping this around is doing more harm than good. If necessary, we should supplement the docs with further use cases after removing this.

RAF
https://github.com/NASA-AMMOS/AIT-DSN/blob/master/ait/dsn/sle/raf.py#L334

RCF
https://github.com/NASA-AMMOS/AIT-DSN/blob/master/ait/dsn/sle/rcf.py#L411

Data / PDU handling in the SLE baseclass
https://github.com/NASA-AMMOS/AIT-DSN/blob/master/ait/dsn/sle/common.py#L431
https://github.com/NASA-AMMOS/AIT-DSN/blob/master/ait/dsn/sle/common.py#L476