Start VPN Client from source
Hi, all,
Greetings from Bulgaria,
i have a simple question. I have to start VPN Client on Simbian mobile from the C++. I use S60 5 SDK and Carbide.c++. In Windows Mobile it's easy. - i configure a VPN Client, and I use a Connection Manager to connect to my VPN Connection. After that i use "ping" to check if i have a valid VPN Connection. How does it made in Simbian Mobile? Is there a Connection Manager or how can I start this. Are there any classes, that i need to import and they will deliver any API's to me. I have researched an Internet, but actually nothing found. Any idea?
Thank you for the answer.
Vassil
Re: Start VPN Client from source
As a starter you could search for [b]vpn[/b] in the Wiki.
Re: Start VPN Client from source
It was no 'joke', I assumed that you already had the VPN client configured on your device. Configuring VPN is an end-user question, discussed on [url]http://www.nokia.com/discussions[/url], and if you are already there on [url]www.nokia.com[/url], a search for the word [B]vpn[/B] brings you to [url]http://europe.nokia.com/get-support-and-software/download-software/nokia-mobile-vpn[/url]
After you have succeeded in downloading and configuring the VPN client, comes the C++ part and in this case I still think that the very first hit in the Wiki already helps a lot for extracting the related settings. Ok, it does not tell you that launching a connection happens with RConnection::Start, but that would have been necessary a bit later I suppose.
Re: Start VPN Client from source
Hi,
Thank you for the complete answer. I will try this way and i will write you.
Thanks.
Regards.
Vassil