bigeagle/gohop

"go get github.com/bigeagle/water" on win7x64

Closed this issue · 7 comments

go version
go version go1.2 windows/amd64
set GOPATH=D:\Go\src
go get github.com/bigeagle/water

github.com/bigeagle/water

D:\Go\src\src\github.com\bigeagle\water\if.go:22: undefined: createInterface
D:\Go\src\src\github.com\bigeagle\water\if.go:22: undefined: cIFF_TAP
D:\Go\src\src\github.com\bigeagle\water\if.go:22: undefined: cIFF_NO_PI
D:\Go\src\src\github.com\bigeagle\water\if.go:38: undefined: createInterface
D:\Go\src\src\github.com\bigeagle\water\if.go:38: undefined: cIFF_TUN
D:\Go\src\src\github.com\bigeagle\water\if.go:38: undefined: cIFF_NO_PI

Hi, unix style tun/tap device is not available on Windows, and I have no plan to port gohop to windows.

well,windows win most users actually. I have a arm board device which is running debian. Can U give any advice?

It's true, but I have no experience of windows network programming, let along windows tun/tap drivers.

The pre-built arm release is for armv7h, currently I'm running it on my beaglebone black board. I've updated the release file with an armv6 port, which supports raspberry pi.

What is performance like on beaglebone black? I might get one to try.

I'm running it on BBB well

Got a Beaglebone Black to try. Can you clarify the server/client configuration. Is Beaglebone black running as server? Do we also need to run desktop as a gohop client then? Or does server have to sit outside the GFW? It's a little unclear from the read me.

dgrr commented

Close this issue. Thanks.