PinnedCyprien AvicoUnderstanding Shared-State Concurrency: From C to Rust and BeyondA Deep Dive into the Evolution of Concurrent ProgrammingDec 7, 20231Dec 7, 20231
Cyprien AvicoDeep Dive into Packet Capture with pnet: Understanding Raw Socket Operations in RustIntroductionOct 24Oct 24
Cyprien AvicoNetwork Analysis in Rust: Using the pcap and pnet crates to Capture and Analyze Network TrafficIntroductionOct 24Oct 24
Cyprien AvicoinRustaceansMastering Concurrency in Rust: Mutexes vs. FIFO QueuesConcurrency is a complex yet vital aspect of modern programming, especially when it comes to performance and efficiency. In Rust, a…Nov 24, 20231Nov 24, 20231
Cyprien AvicoPart 3: Implementing Traits in Rust for Packet Handling with pnet — Layer 4In this third part of our tutorial series, we’ll continue building on our packet handling application by adding support for Layer 4…Oct 18, 2023Oct 18, 2023
Cyprien AvicoTutorial — Part 2: Implementing Traits in Rust for Packet Handling with pnet Layer 3 infosIntroductionOct 17, 2023Oct 17, 2023
Cyprien AvicoTutorial — Part 1: Implementing Traits in Rust for Packet Handling with pnet (Layer 2 informations)In this tutorial series, we’ll explore how to create a modular and extensible packet handling application in Rust using traits. We’ll…Oct 17, 2023Oct 17, 2023