Getting Started With RTL-SDR Blog V4

I got my RTL-SDR Blog V4 today and I want to share my first impressions. I had already worked with an SDR (Analog Devices ADALM-Pluto) with my university team. I enjoyed the technology and decided to explore it on my own too. I chose the RTL-SDR because of its simplicity, low price, and impressive performance for its cost.

Read more...

Setting Up eBPF Development Environment

Before writing any eBPF programs, it’s essential to set up a proper development environment. Equally important is understanding the overall eBPF workflow, from writing and compiling your eBPF code to loading it into the kernel and inspecting its output.

Read more...

Introduction to eBPF

What is eBPF ?

eBPF (extended Berkeley Packet Filter) is a modern Linux kernel feature that lets you safely plug in small, sandboxed programs to extend or observe system behavior without modifying or reconfiguring the kernel or applications.

Read more...