Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howto:ax25 [2013/03/26 18:12] – Added instructions for launching the AX.25 command shell. echickenhowto:ax25 [2014/01/07 12:06] – [Requirements] deuce
Line 24: Line 24:
   * [[dir:exec]]/load/ax25defs.js   * [[dir:exec]]/load/ax25defs.js
   * [[dir:exec]]/load/kissAX25lib.js   * [[dir:exec]]/load/kissAX25lib.js
 +  * [[dir:exec]]/load/callsign.js
  
 If any of the above files are missing, grab the latest copies from the [[http://cvs.synchro.net|Synchronet CVS]]. If any of the above files are missing, grab the latest copies from the [[http://cvs.synchro.net|Synchronet CVS]].
Line 108: Line 109:
  
 The AX.25 tunnel script ([[dir:exec]]/ax25tunnel.js) should now be running.  This script is responsible for monitoring your TNCs (as defined in [[dir:ctrl]]/kiss.ini,) handling connections from AX.25 clients and tunnelling traffic between them and the terminal server of your BBS (via RLOGIN.) The AX.25 tunnel script ([[dir:exec]]/ax25tunnel.js) should now be running.  This script is responsible for monitoring your TNCs (as defined in [[dir:ctrl]]/kiss.ini,) handling connections from AX.25 clients and tunnelling traffic between them and the terminal server of your BBS (via RLOGIN.)
 +
 +====Mapping User Accounts to Callsigns====
 +
 +[[dir:exec]]/ax25tunnel.js matches the callsign and SSID of an inbound AX.25 link to a user account on the BBS whenever possible.  It does this by comparing the combined callsign and SSID (eg. "VE3XEC0", or "VA7RRX2") against the Chat Handle fields of all users on the BBS until a match is found.  If an existing user of your BBS wishes to link their callsign to their account, all you'll need to do is add the callsign+SSID pair that they'll be connecting from to the Chat Handle field of their account.
 +
 +If no match for the callsign and SSID can be found in the system when a client connects, an account will be created for them (populated with data from various online callsign databases if possible) and they will be logged in automatically.
  
 ====Libraries==== ====Libraries====