ASU-cubesat / cfdp-rs

A rust implementation of the CCSDS File Delivery Protocol (CFDP)
MIT License
9 stars 2 forks source link

PDUTransport is_ready() usage #35

Closed xpromache closed 1 year ago

xpromache commented 1 year ago

Hello,

(sorry for the absence, I was busy finishing some other stuff but now I'm back on CFDP)

What is the intent behind the PDUTransport is_ready method ?

It does not seem to be used anywhere.

mkolopanis commented 1 year ago

Welcome back!

It's been on my mind, should just be removed. I think it was a carry over when I was using the python version for inspiration.