Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-14 | Start implement frame validator | Fred Sundvik | |
2016-02-14 | Add some full round trip tests | Fred Sundvik | |
Mostly to ensure that the receive and send framing works the same way. Especially for the special case with 254 non-zeros. | |||
2016-02-14 | Add byte stuffing send support for large frames | Fred Sundvik | |
2016-02-14 | Fix name of some unit tests | Fred Sundvik | |
2016-02-14 | Hanlde sending of zero bytes for small packets | Fred Sundvik | |
2016-02-14 | Add sending of small frames with no zeroes | Fred Sundvik | |
2016-02-14 | Add byte stuffer recv handling of too long frames | Fred Sundvik | |
2016-02-14 | Bytestuffer recv handling of long frames | Fred Sundvik | |
2016-02-14 | Mutiple frame handling for byte stuffer | Fred Sundvik | |
Also handles unexpected data. | |||
2016-02-14 | Implement receive of valid small byte stuffed frames | Fred Sundvik | |
2016-02-14 | Rename files to match what they actually do | Fred Sundvik | |
Also add validator before routing. | |||
2016-02-14 | Start implementing data_link | Fred Sundvik | |