Total Pageviews

Friday 31 July 2015

Adito is an open-source, browser-based SSL VPN solution

Adito standalone agent client
(I had done this one and half year ago and posted on my personal website. I never thought someone still sent email to me for this. I think maybe more people want to know it. Posting on blogger is absolutely much popular than on my personal website).

Adito is an open-source, browser-based SSL VPN solution. It’s a remote access solution that provides users and businesses alike with a means of securely accessing network resources from outside the network perimeter using only a standard web browser.
What is my contribute?
I go throught almost all the code of Adito and debug it in Eclipse. Base on Agent code, i add a swing wrapper to it and run it as a standalone client. Related technology is java swing GUI, TLS socket. You can download it from here. Any bugs, please leave your comments below.
Adito
It is an open-source, browser-based SSL VPN solution. It’s a remote access solution that provides users and businesses alike with a means of securely accessing network resources from outside the network perimeter using only a standard web browser. For more information regarding Adito go here
Background
This is the open-source clone of SSL-Explorer after it went biz-o-matic.

What is standalone agent client

Generally, agent client is a systray and used like a applet. I notice that someone like to use it as a standalone application that you do not need to access web site each time and can run it from even console (of cause, you have to have jre), and it is convenient for debug agent server. I like the idea, so i add a Java Swing Wrapper base on original Adito agent code. Only Swing is supported, no swt.
Screenshots

login GUI

Main board
下载地址: agent.zip (new updated usage document, 2010.05)
项目地址 : https://sourceforge.net/projects/aditoagentclien/
原文:http://zhoupengylx.blogspot.com/2010/03/adito-standalone-agent-client.html