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

Separate transmit and receive speeds #476

Open
cminyard opened this issue Jun 16, 2023 · 3 comments
Open

Separate transmit and receive speeds #476

cminyard opened this issue Jun 16, 2023 · 3 comments

Comments

@cminyard
Copy link

I'm working on a satellite application that has different speeds on the uplink and downlink, 1200 on the uplink and 9600 on the downlink. Is it possible to do this? How hard would it be to add this capability?

Thanks,

-corey

@wb2osz
Copy link
Owner

wb2osz commented Jun 16, 2023

That is possible now. direwolf supports multiple audio devices and multiple radio channels. One channel can have a 1200 bps modem and another channel can have 9600. The KISS and AGW protocols contain a field, for each packet, identifying the channel (sometimes called port) number. The application would listen on one channel and transmit on the other.

@dranch
Copy link
Collaborator

dranch commented Jun 16, 2023

John, can you give some examples of what KISS or AGW-enabled applications support split channel RX/TX usage like this?

@cminyard
Copy link
Author

cminyard commented Jun 16, 2023 via email

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

3 participants