bigeagle / gohop

A VPN implemention in golang, with crypto and obfuscation in nature.
1.33k stars 195 forks source link

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

Closed paway closed 6 years ago

paway commented 10 years ago

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

bigeagle commented 10 years ago

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

paway commented 10 years ago

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

bigeagle commented 10 years ago

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.

tlindquist commented 8 years ago

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

bigeagle commented 8 years ago

I'm running it on BBB well

tlindquist commented 8 years ago

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 6 years ago

Close this issue. Thanks.