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

Feature request #58

Closed
mntnmn opened this issue Sep 14, 2017 · 2 comments
Closed

Feature request #58

mntnmn opened this issue Sep 14, 2017 · 2 comments
Labels

Comments

@mntnmn
Copy link

mntnmn commented Sep 14, 2017

Is there a way to work in something like the modems here? Tx and Rx?

https://github.com/atmatthewat

@f4exb f4exb added the question label Sep 16, 2017
@f4exb
Copy link
Owner

f4exb commented Sep 16, 2017

I suppose you're talking about the xxx-encode-decode repositories. Not much is said about these protocols and what kind of radio interface is expected. They appear to be more or less well known however:

MDC-1200: https://en.wikipedia.org/wiki/MDC-1200
This is AFSK most probably over FM but could be anything supporting audio modulation.
It could be fully integrated within SDRangel but for this kind of configuration I would suggest sending the output of the demod via USB to an external decoder based on the mentioned library. The audio demod part is available right away for FM, AM, SSB.

FleetSink: less information as this is Kenwood proprietary. It seems to be AFSK as well so the same as for MDC-1200 applies

GE-Star: should also be AFSK so again the same thing...

I found a short video demonstrating they are all AFSK: https://www.youtube.com/watch?v=mZ3dNkoKjVk

For the moment I do not foresee implementing all possible protocols as long as the UDP connection provides a solution.

A ticket was opened earlier in which I put details on how to make APRS work which is also AFSK: #25

Since version 3.6.0 an UDP sink plugin exists to support transmission so the other way round to transmit signals should be possible.

@f4exb
Copy link
Owner

f4exb commented Sep 23, 2017

As said please use the UDP source plugin

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

No branches or pull requests

2 participants