AerospaceNU / AerospaceNU/stm32-avionics

Eliminate USB packets from the ground station using constant overhead byte stuffing

未关闭
#293 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
C
星标
5
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

Right now, we send a fixed length packet, and the ground station flushes the receive buffer after every successful packet reception. This means that multiple adjacent packets which arrived too quickly, will simply get discarded by the laptop side of the groundstation. I have a pull request open to do the same trick with CRC that we do for the ADC board, but an algorithm like constant overhead byte stuffing http://www.stuartcheshire.org/papers/cobsforton.pdf is actually designed to do this. Look into it and see if it makes sense to use

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。