Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-31 | software: Fix unslip() implementation and test | xengineering | |
Both the implementation and the unit test had bugs which were blocking the test execution forever. This is fixed with this commit. Furthermore the new unslip() implementation is refactored and more readable. | |||
2024-05-30 | software: communication: Implement unslip() | xengineering | |
This implements to decode the Serial Line Internet Protocol (SLIP). It splits the continuous byte stream into frames. Based on these frames the rest of the data link layer and upper layers can be implemented. |