It's the old version of sauce connect, kept around to help support the customers who are still using it. If you're new to sauce connect, don't use this. Follow instructions from saucelabs.com to get the current sauce connect.
Our own script to get a private SHH tunnel with Sauce Labs' infrastructure. Once the tunnel is up and running, our servers will be able to go through it to access your private applications.
For more info: http://saucelabs.com/products/docs/sauce-connect
Questions: http://saucelabs.com/forums
All the code is actually in a single script named sauce_connect.py
. The
different platform dependent files are located in bot the unix
and windows
directories and will be copied as is to the final zip during the build process.
The script depends in both simplejson and plink, they are downloaded and added (licenses included) to the final zip during the build, too.
Just run make windows
or make unix
from the root directory to get a zip
ready to distribute.
For dependencies, read the Makefile
Once built, you don't need to install it. Just download, unzip and run from the console:
./sauce_connect -h
For more info: http://saucelabs.com/products/docs/sauce-connect
Questions: http://saucelabs.com/forums