Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karry/prevpnc
VPN client for webOS mobile platform
https://github.com/karry/prevpnc
Last synced: about 1 month ago
JSON representation
VPN client for webOS mobile platform
- Host: GitHub
- URL: https://github.com/karry/prevpnc
- Owner: Karry
- License: mit
- Created: 2015-04-05T16:08:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T09:33:36.000Z (over 9 years ago)
- Last Synced: 2024-10-13T19:44:50.736Z (3 months ago)
- Language: Java
- Homepage:
- Size: 44.6 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: mit-license.txt
Awesome Lists containing this project
README
# PreVPNc
The goal of this project is create simple frontend for manage vpn connections on webOS based devices. Currently is supported OpenVPN, Cisco and MS PPTP (pptp only with Palm Pre with kernel version 2.6.24-palm-joplin-3430).
**WARNING: This application is compatible with WebOS 1 only (released in year 2009)!**
**For more information and help see Wiki pages:**
* [FAQ](https://github.com/Karry/PreVPNc/blob/wiki/FAQ.md)
* [Installation](https://github.com/Karry/PreVPNc/blob/wiki/Installation.md)
* [SetupVPNConnection](https://github.com/Karry/PreVPNc/blob/wiki/SetupVPNConnection.md)
* [Patching for notifications](https://github.com/Karry/PreVPNc/blob/wiki/PatchingForNotifications.md)## Download:
Binary packages (ipk format) are available in "releases" branch. Latest version is [0.1.4](https://github.com/Karry/PreVPNc/raw/releases/cz.karry.vpnc_0.1.4_all.ipk).
## Screenshots:
## What work:
* Connect to PPTP vpn server, OpenVPN or Cisco vpn## Known problems:
* ~~pppd replace default route~~
* ~~Callback sometimes don't arrive.~~
* ~~Disconnect dosn't work~~## TODO:
* ~~Handle VPN's dns records~~
* ~~Implement better session handling in service~~
* ~~Callback methods from service to mojo~~
* ~~Improve GUI (for manage profiles)~~
* ~~Load debug config from file~~
* Add support for more vpn types (~~OpenVpn~~, ~~Cisco~~, ppp over SSH...)## CHANGELOG:
* 0.1.4
* Add optional configuration item "domain" for Cisco
* Add support for notifications (optional Mojo patch)
* Fix Cisco DNS problem
* 0.1.3
* add Cisco support
* DNS handling for PPTP and Cisco
* configuration directory is mouted to ram (tmpfs)
* 0.1.2
* add OpenVPN support
* 0.1.1
* add possibility define more vpn profiles
* 0.1.0
* first release, works with pptp, ui looks terribly