jgaeddert / liquid-dsp

digital signal processing library for software-defined radios
http://liquidsdr.org
MIT License
1.82k stars 426 forks source link

Modem and Virtual serial for wardialing tool? #119

Open fpietrosanti opened 6 years ago

fpietrosanti commented 6 years ago

We are prototyping a wardialing software that will dial a range of phone numbers like 800-XXXXXX trough a VoIP connection, using G711 wideband 64kbit codec and will look for modem carriers.

That will be opensource software, with no hardware, and we are looking for a DSP component that we can use from Python (also using CFFI c-library interface) in order to be able to:

We where looking at SpanDSP but found this liquid-dsp project that seems modern and self-contained.

Does Liquid-DSP could be used for that purpose? What do you think?

jgaeddert commented 6 years ago

I suppose so, but I don't really know too much about VoIP modems.