Live data from Hacker News

LuaRadio: a lightweight software-defined radio framework built on LuaJIT

luaradio.io

1–10 of 15 posts

Re: LuaRadio: a lightweight software-defined radio framework built on LuaJIT

#2
God where won't this run and super fast?

When discussing benchmarks, main dev Mike Pall is willing if people pay him to port to PPC for Xbox360 and PS3 and what not. Haha. Who knows what we can do with this guy's creative juices!

http://lua-users.org/lists/lua-l/2010-03/msg00305.html

Re: LuaRadio: a lightweight software-defined radio framework built on LuaJIT

#4
Interesting. GNURadio is horrific to work with programmatically, and the UI is only passable. Unfortunately, the tricky part seems to be writing all the hardware-specific integration blocks and such, so cleaner programmatic interfaces in other languages aren't really useful. Hopefully we can get some competition in this area.

Re: LuaRadio: a lightweight software-defined radio framework built on LuaJIT

#5
post #2

God where won't this run and super fast? When discussing benchmarks, main dev Mike Pall is willing if people pay him to port to PPC for Xbox360 and PS3 and what not. Haha. Who knows what we can do with this guy's creative juices! http://lua-users.org/lists/lua-l/2010-03/msg00305.html

Mike Pall has been looking for a new LuaJIT maintainer [0] for almost a year.

0. http://www.freelists.org/post/luajit/Looking-for-new-LuaJIT-...

Re: LuaRadio: a lightweight software-defined radio framework built on LuaJIT

#6
post #4

Interesting. GNURadio is horrific to work with programmatically, and the UI is only passable. Unfortunately, the tricky part seems to be writing all the hardware-specific integration blocks and such, so cleaner programmatic interfaces in other languages aren't really useful. Hopefully we can get some competition in this area.

Wow... a GR killer!

Re: LuaRadio: a lightweight software-defined radio framework built on LuaJIT

#7
post #4

Interesting. GNURadio is horrific to work with programmatically, and the UI is only passable. Unfortunately, the tricky part seems to be writing all the hardware-specific integration blocks and such, so cleaner programmatic interfaces in other languages aren't really useful. Hopefully we can get some competition in this area.

Why is it so hard to work with? There is a module creation tool, and you can use c++ or Python. The QT gui works well.

Re: LuaRadio: a lightweight software-defined radio framework built on LuaJIT

#8
This is very cool. I have been programming since the mid 1960s (took an extension course at a local college when I was in high school) and except for a few work projects, I have not really touched hardware projects. I might give SDR a try.

Does anyone know how the quality of SDR compares to buying short wave, etc. Radios?

Re: LuaRadio: a lightweight software-defined radio framework built on LuaJIT

#9

This is very cool. I have been programming since the mid 1960s (took an extension course at a local college when I was in high school) and except for a few work projects, I have not really touched hardware projects. I might give SDR a try. Does anyone know how the quality of SDR compares to buying short wave, etc. Radios?

You can get RTL dongles to cover VHF and higher for $20, and probably $40 for a HF up-converter. 8 bits at 2Msps. Quality is not great, but it's cheap. Next up is probably an Airspy for $200 or less, which is I believe 12 bits at 10 Msps. Next up is 14 bits at 60 Msps for $300 - $600, such as Ettus B200. Finally 200 Msps for a few $k.

Though if you want to receive HF, best quality is from direct sampling hardware, so close to $1k.

Post reply on HN