Implementing a State Machine in C++

Implementing a state machine in C++ can seem daunting, but with C++11’s features, we can build one in under 100 lines of code. In this article, I’ll walk you through three implementations of a state machine, each with increasing complexity, and show you how to use them with simple examples. You can find the full source code on GitHub. What is a state machine? A state machine is a computational model used to design systems that can be in one of a finite number of states at any given time....

November 1, 2024 · 7 min · 1416 words · xorz57

Getting Started With RTL-SDR V4

Hardware RTL-SDR Store Software Install WinUSB Driver Download Zadig Run the application Connect the RTL-SDR BLOG V4 dongle Select the Bulk-In, Interface (Interface 0) and click the Install Driver button Select the Bulk-In, Interface (Interface 1) and click the Install Driver button (Option 1) Install SDR# Download SDR# Extract the archive Run the application Select RTL-SDR as source Click the play button (Option 2) Install SDR++ Download SDR++ Extract the archive...

November 1, 2024 · 1 min · 82 words · xorz57

Getting Started With Baofeng GT-5R

Hardware Baofeng GT-5R Nagoya NA-771 (SMA-Female) Software CHIRP Settings Setting Value Beep OFF Roger ON SQL 5 Voice OFF

November 1, 2024 · 1 min · 19 words · xorz57