wl2k-go icon indicating copy to clipboard operation
wl2k-go copied to clipboard

A Winlink framework for Go.

Results 10 wl2k-go issues
Sort by recently updated
recently updated
newest added

Implements the AGWPE protocol for AX.25 connections through AGWPE enabled TNCs. Both listen and dial. It's URL dialer supports the schemes `ax25://` and `ax25+agwpe://`. Closes #57.

enhancement

Several discussions regarding this topic has been started. I'm opening this issue for future discussions regarding: * KISS over TCP/UDP/Serial * Native AX.25 support (AX.25 on any platform supported by...

enhancement
help wanted

As pointed out by @kd8drx in #47, Direwolf appears to have a full AX.25 implementation exposed via the [AGW-over-TCP format](http://web.archive.org/web/20160501055912/http://uz7.ho.ua/includes/agwpeapi.htm). If we could implement a package to support AGW-over-TCP, that...

enhancement
help wanted

While operating remotely I have concerns that a user might unintentionally send a large file or email that becomes too slow to download over ARDOP HF. ``` Q8510 How do...

This Pat connection attempt: ``` L[ax25]> connect seoc 2022/05/04 17:18:03 Connecting to W8CMN-2 (ax25)... 2022/05/04 17:18:05 Connected to W8CMN-2 (AX.25) *** Failed to Connect 2022/05/04 17:18:10 Exchange failed: connection lost...

bug

The existing code assumes that all rigctld commands return a single result, like get_freq but get_mode and others return two or more. rigctld has an awkward API that does not...

I'm interested in having NetROM support for outbound connections. I'm really not a go programmer, so some of the knowledge I'd need to start this project are missing -- building...

question

The serial-tnc scheme and it's DialKenwood function is badly designed and needs to be rewritten. The scheme (serial-tnc) assumes too much of the TNC and the serial package used for...

bug

**EDIT**: Apparently I lied about the situation under which I am seeing this behavior. I've updated the description. --- I'm trying to use the agwpe transport to establish a connection...

bug

I've gone on a bit of a mission to see if it is possible to use the QRP-Labs QDX with Winlink. As the QDX only supports single carrier modes, I'd...

feature request