la5nta / pat

A cross-platform Winlink client written in Go
https://getpat.io
MIT License
488 stars 86 forks source link

Wiki article on ARDOP #11

Closed martinhpedersen closed 4 years ago

martinhpedersen commented 8 years ago

Would be nice to have an ARDOP wiki page similar to https://github.com/la5nta/pat/wiki/WINMOR-TNC.

mikeholczer commented 6 years ago

yes, this would be helpful. Is ARDOP still progressing? The latest news post about it on winlink.org, which seems to be from 2016, ends by saying "2017 will be the year Winlink moves to ARDOP"

la3pna commented 6 years ago

Looking at the groups.io messages (https://ardop.groups.io) there is messages going and people using it, so I guess its progressing? There seems to be little info from the Winlink devs tho.

2018-01-29 19:01 GMT+01:00 Michael Holczer notifications@github.com:

yes, this would be helpful. Is ARDOP still progressing? The latest news post https://www.winlink.org/content/ardop_news about it on winlink.org, which seems to be from 2016, ends by saying "2017 will be the year Winlink moves to ARDOP"

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/la5nta/pat/issues/11#issuecomment-361331664, or mute the thread https://github.com/notifications/unsubscribe-auth/AEOGvFl9w2Wl9EHGoVvaLRMOvJMp4yoSks5tPgeAgaJpZM4HslA4 .

-- With Best regards, Thomas S. Knutsen.

Please avoid sending me Word or PowerPoint attachments.

mikeholczer commented 6 years ago

Thanks for that link. I had previously only found a yahoo group which required membership to read.

mikeholczer commented 6 years ago

Is the ARDOP functionality built into Pat a full ARDOP modem/tnc or support for working with a separate piece of software/hardware?

martinhpedersen commented 6 years ago

Pat does not implement the ARDOP mode itself, it implements the ARDOP host interface so it can utilize existing ARDOP modems for data transport.

This issue is for tracking the progress of writing Pat-ardop documentation, not for general discussion. Please use the pat-users mailing list for that in the future.

martinhpedersen commented 5 years ago

Just a tought: Maybe include a link to Jason's excellent youtube tutorial on this topic.

martinhpedersen commented 5 years ago

https://github.com/la5nta/pat/wiki/ARDOP

guitarpicva commented 5 years ago

Martin, I believe that the "48000" is not really a constant, rather the default sample rate of the actual sound device. I tried the 48000 with a device which was 44100 max and it did not work until I made that adjustment in the .asoundrc

So the suggestion is to note in the Wiki that this value should be that of the max sample rate of the device in question.

martinhpedersen commented 5 years ago

Thanks! It looks like the instructions from John Wiseman agrees with you. My bad 😅

We'll need to update the wiki page to reflect that.