la5nta / wl2k-go

A Winlink framework for Go.
https://getpat.io
MIT License
50 stars 20 forks source link

Add `bw` query param parsing to ARDOP #73

Closed xylo04 closed 2 years ago

xylo04 commented 2 years ago

This will help implement https://github.com/la5nta/pat/issues/120. This generally wants the bw query parameter to match the string sent to the ARDOP TNC, e.g. 500MAX or 2000FORCED, but relaxes the API a bit by assuming MAX if no word is sent with the bandwidth value.

martinhpedersen commented 2 years ago

FYI - I've started to experiment with an alternativ implementation. I'll have to do some testing, but I think I'm on to something. If you're already working on this, please shout out 🙂

xylo04 commented 2 years ago

If you're already working on this, please shout out :slightly_smiling_face:

I haven't started yet, I'll focus on other areas while you're working on this. :+1:

xylo04 commented 2 years ago

Abandoning in favor of #74