-
- Downloads
Fixed incorrect message framing by using a buffered reader.
This allows the parser to backtrack in case a STX byte in the middle of a message is mistaken for the start-of-frame (checked via CRC)
Showing
- mavlink-core/Cargo.toml 9 additions, 1 deletionmavlink-core/Cargo.toml
- mavlink-core/src/connection/direct_serial.rs 40 additions, 7 deletionsmavlink-core/src/connection/direct_serial.rs
- mavlink-core/src/connection/file.rs 5 additions, 4 deletionsmavlink-core/src/connection/file.rs
- mavlink-core/src/connection/tcp.rs 7 additions, 6 deletionsmavlink-core/src/connection/tcp.rs
- mavlink-core/src/connection/udp.rs 33 additions, 63 deletionsmavlink-core/src/connection/udp.rs
- mavlink-core/src/lib.rs 89 additions, 71 deletionsmavlink-core/src/lib.rs
- mavlink/Cargo.toml 18 additions, 4 deletionsmavlink/Cargo.toml
- mavlink/tests/encode_decode_tests.rs 8 additions, 10 deletionsmavlink/tests/encode_decode_tests.rs
- mavlink/tests/process_log_files.rs 1 addition, 1 deletionmavlink/tests/process_log_files.rs
- mavlink/tests/v1_encode_decode_tests.rs 2 additions, 2 deletionsmavlink/tests/v1_encode_decode_tests.rs
- mavlink/tests/v2_encode_decode_tests.rs 2 additions, 2 deletionsmavlink/tests/v2_encode_decode_tests.rs
Loading
Please register or sign in to comment