ibuki256
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I usually create flowcharts using Mermaid, but a project I’m working on requires design documents in Excel format, which led me to start this project. It parses Mermaid DSL and compiles it directly into Excel (.xlsx)…
-
I built a user-space implementation of ping that constructs Ethernet frames, performs ARP resolution, builds IPv4 headers, and sends ICMP echo requests manually using AF_PACKET. - ARP (packet format, cache with aging,…