T-recks
T-recks
Are there any updates on this issue? I need a way to encode indefinite length arrays using `cbor2.dumps()` and can't tell for sure if there's currently any way to do...
Thanks for catching this. It's now resolved in our internal repository and will be pushed here soon.
Resolved in development branch. See [Masker class](https://github.com/nasa/HDTN/blob/development/common/masker/include/Masker.h) and associated [example script](https://github.com/nasa/HDTN/blob/development/tests/test_scripts_linux/test_masker_01.sh).
Try the master branch of the [open-sdr fork](https://github.com/open-sdr/openofdm/tree/master)
I removed the extra lines from `pyproject.toml` so it will just raise an import error e.g. if you evaluate `import scapy.contrib.dtn.bpv7` when `flynn` or `crcmod` is not available. I am...
I added unit tests. I believe the runtime dependency import errors should be fixed now for the CI checks, and also the formatting / code quality checks and SPDX checks.
~~One unit test is failing on Windows. Not sure why... appears to be a module unrelated to my PR.~~ Fixed in latest run