Skip to content

Commit

Permalink
Import and vendor github.com/harenber/ptc-go/go
Browse files Browse the repository at this point in the history
Also vendor github.com/tarm/serial (transitive dependency)

This adds support for PACTOR PTC-II and similar modems that supports
binary transparent WA8DED mode.

Issue #40
  • Loading branch information
martinhpedersen committed Feb 21, 2018
1 parent 87c8927 commit 7abfb16
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitmodules
Expand Up @@ -74,3 +74,9 @@
[submodule "vendor/github.com/pd0mz/go-maidenhead"]
path = vendor/github.com/pd0mz/go-maidenhead
url = https://github.com/pd0mz/go-maidenhead.git
[submodule "vendor/github.com/harenber/ptc-go"]
path = vendor/github.com/harenber/ptc-go
url = https://github.com/harenber/ptc-go.git
[submodule "vendor/github.com/tarm/serial"]
path = vendor/github.com/tarm/serial
url = https://github.com/tarm/serial.git
3 changes: 2 additions & 1 deletion connect.go
Expand Up @@ -15,7 +15,8 @@ import (
"github.com/la5nta/wl2k-go/transport/ardop"
"github.com/la5nta/wl2k-go/transport/winmor"

// Register ax25 and telnet dialers
// Register other dialers
_ "github.com/harenber/ptc-go/ptc"
_ "github.com/la5nta/wl2k-go/transport/ax25"
_ "github.com/la5nta/wl2k-go/transport/telnet"
)
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/harenber/ptc-go
Submodule ptc-go added at 59a59c
1 change: 1 addition & 0 deletions vendor/github.com/tarm/serial
Submodule serial added at eaafce

0 comments on commit 7abfb16

Please sign in to comment.