Appears on
Articles4
libwifi: A C Library for 802.11 WiFi Frame Parsing and Generation
libwifi is a C library for parsing and generating 802.11 WiFi frames, providing functions and structs to simplify working with WiFi packet data. The article explains how to use the library, including linking with -lwifi, parsing frames from captured packets (such as via libpcap), and accessing frame-specific data through a structured parsing workflow.
libwifi.so6mo ago
Ironclad: A Formally Verified, Free Software UNIX-like Kernel Written in SPARK/Ada
News
An Experienced Developer's Perspective on the Zig Programming Language
This article is an enthusiastic introduction to the Zig programming language by an experienced developer with 45 years in the field. The author argues that Zig represents more than just a replacement for C or C++ - it's a fundamentally new approach to programming. The article aims to highlight Zig's most compelling features and provide a quick start guide fo
Insight
nilostolte.github.io6mo ago
H
Using Indices Instead of Pointers for Memory-Efficient Data Structures in Programming
joegm.github.io9mo ago

