MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
Simple, Secure Domain Registration
Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
ACARS decoder for GNURadio, for RTL-SDR, PlutoSDR or UHD receivers.
... Radio FFT wrapper. Doing so, multiple ACARS decoding blocks can run in parallel.
Compile for x86 PC with:
cd 3.10ng
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
make -j4
sudo make install
(developed and tested on Debian GNU/Linux)
Compile for RaspberryPi4/Buildroot (located in BR_PATH):
cmake -DCMAKE_INSTALL_PREFIX:PATH=$BR_PATH/output/target/usr -DCMAKE_TOOLCHAIN_FILE=$BR_PATH/output/host/share/buildroot/toolchainfile.cmake ../
make -j4
make install
Block that receives a " message" and send string values over serial connection, to control hardware devices ( switch ), for example, via Arduino based controller ( see https://sourceforge.net/projects/ardu-switch/ )
Prerequisite: pyserial
Build as usual for a Gnuradio block:
- download and unpack
- cd gr-message_to serial
- mkdir build && cd build
- cmake .. && make
- sudo make install && ldconfig
If successful this block is into OOT section... Enjoy ;-)