A no-std, panic-never, heapless, reliability-focused UDP/IP stack for bare-metal.
Stars
14
Forks
2
Watchers
14
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Refactor to use byte_struct and modular_bitfield for ergonomics and inspectability (#8)
891a41aView on GitHubmake panic-never feature default. add generalized ARP parser. add unit tests of ARP message builder and parser. add github-actions workflow to run tests.
19774e7View on GitHubadd empty ARP module. update ip field definitions for clarity. fix enet module by moving 4 byte crc from packet to frame where it is actually defined.
bf83d5fView on GitHub