Things I write, explore and tinker with. Networks, data and a look under the hood.
01 / Open source
stamp-suite
Measuring network delay and packet loss.
RustTokioNetworking
Problem
How can we assess the connection between two points on a network?
Implementation
A STAMP implementation in Rust: a sender transmits measurement packets and a reflector returns them with timestamps. The project covers RFC 8762, 8972, 9503 and 9534.
Technical notes
Asynchronous programming, working with standards and network measurement.