|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
Tuntun is an applet for Gnome panel written in Vala and it can manage a list of vpn connections through the OpenVPN Management Interface. It's a rewrite and a replacement of my ovpnClient and it implements some items that were on ovpnClient todo list. Main features
Although Tuntun was written in Vala you will need the valac compiler only if you want to contribute to the project or compile it from svn. Since valac compiler just translate vala code to straight C code + GObject, to build every Tuntun release only gcc is required. Beside that I advise you to try Vala because it's just a more fun and productive way to write programs that integrate well in the Gtk+ and Gnome technologies. DownloadReleases: http://code.google.com/p/tuntun/downloads/list Source code repository: http://gitorious.org/tuntun/tuntun Compile & InstallJust do: ./configure --prefix=/usr --libexec=/usr/lib/gnome-applets ./make ./make install NEWSMon Jan 11 2009: Tuntun version 0.4.0 "back to life" released! Main changes from 0.3.1 are: Tue Aug 26 2008: Back from vacation :( New AMD64 Debian package uploaded for tuntun version 0.3.1 (thanks to Ivars Strazdiņš) Mon Jul 28 2008: Tuntun version 0.3.1 released! This is a bugfix release, main changes from 0.3.0 are: Sat Jul 19 2008: New Ubuntu 8.04 package uploaded for tuntun version 0.3.0 Wed Jul 16 2008: Tuntun version 0.3.0 released! Main changes from 0.2.0 are: Sat Jun 7 2008: Tuntun version 0.2.0 released! Main changes from 0.1.0 are: Fri Mar 14 2008: Tuntun version 0.1.0 released! |