public inbox for govpn-devel@lists.cypherpunks.ru
Atom feed
From: Bruno Clermont <bruno@robotinfra•com>
To: govpn-devel@lists.cypherpunks.ru
Subject: [govpn-devel] Progress on OSX, Android and Windows support
Date: Tue, 17 Jan 2017 12:13:50 +0800	[thread overview]
Message-ID: <c35ef6b9-fd5b-8722-4b51-8da58df6b1a8@robotinfra.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1449 bytes --]

Hello,

Back a few months ago I said here
https://lists.cypherpunks.ru/pipermail/govpn-devel/2016-October/000108.html

> I will investigate OSX, Android and Windows support soon.

I'm glad to announce that I have a ported GoVPN to all these targets.
The pull request is on it's way, but it bring a lot of changes:

- Some OS don't allow you to pick the tun/tap interface name you want.
In fact, for Android, only a file-descriptor is available, not even the
interface name. Various changes had been made to be more flexible about
this.
- Client behave like server and the tun/tap interface can be set by the
"script" executed at startup
- The stats can be implemented as an other mechanism, but by default,
CLI is still using the same JSON based HTTP interface
- There is a "pre-up" executed before "up" step. CLI binaries behave the
same as before.
- The client state as a Go library had been improved a lot and it assume
less about it's own behavior, such as: no need to use os.Signal to stop
client loop.

Basically, the user side don't change at all. Only the internals of the
OS facing code.

Other unrelated changes are also in my branch: the server had been
turned into a Go library, but CLI daemon still behave the same.
It will be possible to use GoVPN as a library both side and use custom
logic for authentication, stats and network configuration.

I hope my changes won't be too scary and be rejected!


[-- Attachment #2: windows-1.png --]
[-- Type: image/png, Size: 70376 bytes --]

[-- Attachment #3: windows-2.png --]
[-- Type: image/png, Size: 93941 bytes --]

[-- Attachment #4: windows-3.png --]
[-- Type: image/png, Size: 16638 bytes --]

             reply	other threads:[~2017-01-17  4:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-17  4:13 Bruno Clermont [this message]
2017-01-17  6:40 ` [govpn-devel] Progress on OSX, Android and Windows support Sergey Matveev