|
|
|
Title: Message
For the first three items it's really in my court, the last one you might
look on xda-developers. Those guys are quite saavy and should know if
there's need to 'unlock' your device to run code that installs/starts device
drivers, and have hacks and stuff for doing that if
needed.
On the other hand, if you are a developer yourself, you might not wish to
wait on me and rather cook up your own gui to control the VPN. Here's a
very brief description of the structure of the 'product':
* tap-ce.dll is the TAP driver. I suspect this will work fine
as-is on smartphone (barring privileged execution issues). I can't know
for certain because I don't have a device to test with, and you need some
programmatic interaction to prove it.
* openvpn.exe is the port of the OpenVPN. I suspect this will
also work fine as-is on smartphone (barring privileged execution issues).
It has no user interface whatsoever, so there needs to be a third
part.
* ovpncmgr.exe is the gui that is used to spawn and control running
instances of the vpn (provided by openvpn.exe). This is the part that I
know doesn't work on smartphone due to some dependencies not being present on
that platform. It interacts with the running instances over the
'management' channel, which is essentially a locally bound TCP port with a
simple but custom text-based protocol.
My current working thought is to redesign/implement the GUI in .NET CF or
possibly in native SDK form. These are supported on smartphone (the
current one is in MFC which is not supported on smartphone).
Lastly, all this is based upon my current understanding without having
run any code, so I could easily be wrong or be missing other additional
issues.
-Dave
-----Original Message-----
From: openvpn-devel-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:openvpn-devel-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Sameh Attia Sent: Thursday, June 22, 2006 10:30 AM Cc: openvpn-devel@xxxxxxxxxxxxxxxxxxxxx Subject: Re: [Openvpn-devel] i-mate SP5 & OpenVPN Thank you Dave for your fast response, I did not expect to get any reply today. Attachment:
smime.p7s Get stuff done quickly with pre-integrated technology to make your job easier _______________________________________________ Openvpn-devel mailing list Openvpn-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-devel |