Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modem and Virtual serial for wardialing tool? #119

Open
fpietrosanti opened this issue Feb 15, 2018 · 1 comment
Open

Modem and Virtual serial for wardialing tool? #119

fpietrosanti opened this issue Feb 15, 2018 · 1 comment

Comments

@fpietrosanti
Copy link

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:

  • pass as input/out PCM-audio-flow
  • have the modulation/demodulation of the carrier including detection and handshake
  • provide an I/O interface where we can hook a "virtual serial" (there's OpenPTY on Linux to do it)

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants