X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fconnect.html;h=76ec9df48552aad974da50227104d91536ac13d2;hb=cd86a5d3129e75ceef32b739f5a0cb5988ce7cd6;hp=d22d22f4d8c55b081bc942bf63d30b5dc2fed5b1;hpb=439f25ba04e8c4ddbd6806f31da58c0939e2c868;p=spider.git diff --git a/html/connect.html b/html/connect.html index d22d22f4..76ec9df4 100644 --- a/html/connect.html +++ b/html/connect.html @@ -5,6 +5,7 @@ + @@ -19,7 +20,7 @@

-Last modified: Fri Jan 8 14:27:18 GMT 1999 +Last modified: Tue Apr 10 00:21:34 BST 2001

At the moment, anybody can connect inwards at any time from outside, either by ax25 or by telnet (assuming you have followed the instructions in installation @@ -55,24 +56,36 @@ Last modified: Fri Jan 8 14:27:18 GMT 1999 # confuse whole networks for hours! '\$' 'stty -echo raw' # tell GB7DJK that you are GB7DJK-1 - '\$' 'client.pl gb7djk-1 telnet' + '\$' '/spider/src/client gb7djk-1 telnet' # tell GB7DJK-1 that it is connected to GB7DJK # you can leave this out if you call this script 'gb7djk' client gb7djk telnet -

and finally an ax25 example:- +

a ax25 example:-

     timeout 60
     abort (Busy|Sorry|Fail)
     # don't forget to chmod 4775 netrom_call!
-    connect ax25 /usr/sbin/netrom_call bbs gb7djk g1tlh
+    connect ax25 /usr/sbin/netrom_call bbs gb7djk-0 g1tlh-0
+    'Connect' ''
+    'Connect' 'c np7'
+    'Connect' 'c gb7dxm'
+    'Connect' ''
+	
+ + The -0 ssid is important if you want it to work reliably. Obviously if you are + using a different ssid then you would use that. + +

A AGW Engine example would be very similar and look like this:- +

+    timeout 60
+    abort (Busy|Sorry|Fail)
+    connect agw 2 g1tlh
     'Connect' ''
     'Connect' 'c np7'
     'Connect' 'c gb7dxm'
     'Connect' ''
-    # you can leave this out if you call the script 'gb7dxm'
-    client gb7dxm ax25
 	

A connection is started manually by typing in connect <scriptname> on a sysop enabled @@ -83,7 +96,8 @@ Last modified: Fri Jan 8 14:27:18 GMT 1999 G1TLH de GB7DJK 13-Dec-1998 2043Z > -

You can watch the progress of the connection (if you have the standard debugging enabled) on the +

You can watch the progress of the connection (if you have connect + debugging enabled [set/debug connect]) on the cluster.pl screen and you should see something like this:-

     <- D G1TLH connect gb7djk-1
@@ -120,20 +134,25 @@ Last modified: Fri Jan  8 14:27:18 GMT 1999