la5nta / wl2k-go

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

wl2k: Parse ax25 URLs with proper path syntax #28

Closed martinhpedersen closed 8 years ago

martinhpedersen commented 8 years ago

The documented syntax (wl2k connect help) for connecting via a digipeater does not work: ax25://[axport]/DIGI-1/TARGET.

Instead, the user must use "ax25://[axport]/TARGET via DIGI-1".

This should be fixed in the connect string parser in cmd/wl2k/connect.go.