Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add crc32 validation of received frames | Fred Sundvik | 2016-02-14 | 1 | -0/+35 |
| | |||||
* | Start implement frame validator | Fred Sundvik | 2016-02-14 | 1 | -0/+44 |
| | |||||
* | Add some full round trip tests | Fred Sundvik | 2016-02-14 | 1 | -0/+77 |
| | | | | | Mostly to ensure that the receive and send framing works the same way. Especially for the special case with 254 non-zeros. | ||||
* | Add byte stuffing send support for large frames | Fred Sundvik | 2016-02-14 | 1 | -0/+56 |
| | |||||
* | Fix name of some unit tests | Fred Sundvik | 2016-02-14 | 1 | -8/+8 |
| | |||||
* | Hanlde sending of zero bytes for small packets | Fred Sundvik | 2016-02-14 | 1 | -4/+52 |
| | |||||
* | Add sending of small frames with no zeroes | Fred Sundvik | 2016-02-14 | 1 | -15/+45 |
| | |||||
* | Add byte stuffer recv handling of too long frames | Fred Sundvik | 2016-02-14 | 1 | -0/+48 |
| | |||||
* | Bytestuffer recv handling of long frames | Fred Sundvik | 2016-02-14 | 1 | -0/+92 |
| | |||||
* | Mutiple frame handling for byte stuffer | Fred Sundvik | 2016-02-14 | 1 | -1/+52 |
| | | | | Also handles unexpected data. | ||||
* | Implement receive of valid small byte stuffed frames | Fred Sundvik | 2016-02-14 | 1 | -4/+57 |
| | |||||
* | Rename files to match what they actually do | Fred Sundvik | 2016-02-14 | 1 | -9/+9 |
| | | | | Also add validator before routing. | ||||
* | Start implementing data_link | Fred Sundvik | 2016-02-14 | 2 | -0/+113 |