Commit graph

14 commits

Author SHA1 Message Date
Martin Hebnes Pedersen
d716296b52 Add support for AGWPE (e.g. Direwolf) over TCP
This eliminates the need for Linux's AX25 stack when using Direwolf or
AGWPE TNCs. It makes AGWPE the default AX.25 engine if the build does
not include Linux AX.25 support.

Direwolf >= v1.6 is recommended (< v1.2 is unsupported).

Closes #367
2023-02-21 11:14:17 +01:00
Kai Günter Brandt
a0be9cc9db Update usage.go
Add help for Vara HF and Vara FM
2022-11-06 09:44:34 +01:00
Chris Keller
c6f3bfb2e6 Remove WINMOR support
Resolves #331.
2022-03-21 19:51:03 +01:00
Chris Keller
e68850056e Fix some Go linter errors
* Replace(..., -1) with ReplaceAll
* Variable names hiding packages
* Error messages start with lowercase and no end punctuation
* Don't `defer` in a loop
* Etc.
2021-08-20 21:35:21 +02:00
Martin Hebnes Pedersen
6149cb77c5 ptc-go changed scheme from ptc:// to pactor://
Issue #40
2019-01-05 17:00:39 +01:00
Martin Hebnes Pedersen
87beaae636 Improve usage text for position command
Closes #65
2016-10-12 20:05:30 +02:00
Martin Hebnes Pedersen
c91bc93d24 Use wl2k-go/transport's new Dialer interface 2016-03-11 20:48:21 +01:00
Martin Hebnes Pedersen
dc063fbcff Add LICENSE and update copyright headers 2016-02-22 22:07:02 +01:00
Martin Hebnes Pedersen
47b16bf66d cmd/wl2k: Update usage 2015-11-08 13:42:50 +01:00
Martin Hebnes Pedersen
c07e0e3a7b cmd/wl2k: Change connect argument format 2015-11-05 18:23:33 +01:00
Martin Hebnes Pedersen
ffd1ddd3ba cmd/wl2k: Align text in connect usage. 2015-10-28 22:50:15 +01:00
Kai Günter Brandt
843ac7a978 Adapting to include ardop
Adapting to include ardop
2015-10-07 13:14:48 +02:00
Martin Hebnes Pedersen
a8472ff4a7 cmd/wl2k: Add connect aliases 2015-10-04 13:25:56 +02:00
Martin Hebnes Pedersen
8e97f53c26 cmd/wl2k: Switch to git style command line flags.
This new command style hopefully makes usage easier and
clearer. Usage of connect has been improved.

It is no longer possible to run http server while in
interactive mode.
2015-06-18 20:48:02 +02:00