Software Alternatives & Startups

LuaRadio

A lightweight, embeddable software-defined radio framework built on LuaJIT.

LuaRadio Reviews and Details

This page is designed to help you find out whether LuaRadio is good and if it is the right choice for you.

Listed in

Screenshots and images

  • Landing page //
    2021-09-24

Features & Specs

  1. Lightweight

    LuaRadio is known for being lightweight, which means it has a smaller footprint compared to other SDR frameworks. This makes it ideal for deployments on lower-powered devices like Raspberry Pi.

  2. Flexible and Modular

    The framework's modular architecture allows users to create custom signal processing flow graphs with reusable blocks, promoting flexibility and ease of development.

  3. Ease of Use

    LuaRadio leverages the Lua scripting language, which is known for its simplicity and ease of embedding, making it quite approachable for new users with straightforward syntax.

  4. Open Source

    Being open-source software, LuaRadio encourages community contributions and improvements. Users can read, modify, and distribute the code freely under its license terms.

  5. Efficient Performance

    LuaRadio has been engineered to perform efficiently, offering good performance even on hardware with limited computational resources.

Badges

Promote LuaRadio. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

FM Receiver using LuaRadio

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about LuaRadio and what they use it for.
  • Decode RDS data from IQ data file
    You can do this using Luaradio. From the example here : https://github.com/vsergeev/luaradio/blob/master/examples/rtlsdr_rds.lua and here : Https://luaradio.io/examples/rtlsdr-rds.html Replace the line Local source = radio.RtlSdrSource(frequency + tune_offset, 1102500) by by an (IQFileSource)[https://luaradio.io/docs/reference-manual.html#iqfilesource] : Local source = radio.IQFileSource('/tmp/myfile.cf32,... Source: almost 5 years ago
  • What is your best GNU Radio Companion FM receiver flowgraph file ? Strangely, no FM receiver on cgran.org !
    Instead maybe have a look to this jewel : https://luaradio.io/ Easy to install (a couple of dependencies and a simple copy from git). Using scripting instead of GUI, and based and blocks. Latest version includes built-in applications for demodulation and decoding. Well documented with valuable examples, easy to understand. Linux only, all platforms. I'm a big fan. Source: about 5 years ago

Do you know an article comparing LuaRadio to other products?
Suggest a link to a post with product alternatives.

Suggest an article

LuaRadio discussion

Log in or Post with

Is LuaRadio good? This is an informative page that will help you find out. Moreover, you can review and discuss LuaRadio here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.