|
|
@@ -18,6 +18,15 @@
|
|
|
# along with PopuFare. If not, see <https://www.gnu.org/licenses/>.
|
|
|
#
|
|
|
|
|
|
+#
|
|
|
+# This script establishes and maintains the SSH tunnel connection to the central
|
|
|
+# server. The SSH tunnel is the transport method all communication the local
|
|
|
+# services use to communicate to the central server's complementary services.
|
|
|
+#
|
|
|
+# This script is the WIRED VERSION, meant for testing and debugging.
|
|
|
+# For the production version, see the PPP version.
|
|
|
+#
|
|
|
+
|
|
|
export BASEDIR="/home/bus"
|
|
|
|
|
|
. $BASEDIR/bin/common_values.sh
|