Closed stephenhouser closed 3 years ago
Notes to self on this one:
Starting to build these ad-hoc. Particularly for the TCP data stream parser and the vita49 packets. No progress on test cases higher up the stack.
There are two test suites built in for the parsers, both in flexradio-js
npm run test
num run test-udp
These run a bunch of sample control commands through the parser and a bunch of captured UDP/VITA-49 datagrams through the datastream parser.
I'm closing this as an issue as test cases should just continue to develop as the code itself develops. Perhaps at some point I'll add some automated testing on commit or something similarly fancy.
I would like to have a test suite that I could run to verify changes I make to the code or the code continues to work with new/old radio firmware so that I don't have to manually create flows and run tests myself.