SSID table used by applications
|
Callsign+SSID |
Protocol |
Program |
Note |
|
BX2ABT |
AX.25 |
Linpac |
No SSID is equal to BX2ABT-0 |
|
BX2ABT-1 |
AX.25 |
FBB |
|
|
BX2ABT-2 |
|
none |
Nothing will answer |
|
BX2ABT-3 |
|
none |
|
|
BX2ABT-4 |
NETROM |
FBB |
|
|
BX2ABT-5 |
AX.25 |
UroNode |
|
|
BX2ABT-6 |
|
none |
|
|
BX2ABT-7 |
|
none |
|
|
BX2ABT-8 |
|
none |
|
|
BX2ABT-9 |
|
none |
|
|
BX2ABT-10 |
|
none |
|
|
BX2ABT-[11-15] |
|
none |
reserved for netrom hopping |
|
UroNod |
NETROM |
UroNode |
|
# /etc/ax25/axports
#
# The format of this file is:
#
# name callsign speed paclen window description
#
vhfdrop BX2ABT-1 19200 255 4 144.620 MHz (1200 bps)
# /etc/ax25/ax25d.conf
#
# ax25d Configuration File.
#
# AX.25 Ports begin with a '['.
#
[BX2ABT-5 via vhfdrop]
default * * * * * * - root /usr/local/sbin/uronode uronode
#<netrom0>
#default * * * * * * - root /usr/local/sbin/uronode uronode
# /etc/ax25/nrports
#
# The format of this file is:
#
# name callsign alias paclen description
#
netrom0 BX2ABT-5 ABTNOD 235 Uronode
netrom1 BX2ABT-4 ABTBBS 235 BBS
# /etc/ax25/nrbroadcast
#
# The format of this file is:
#
# ax25_name min_obs def_qual worst_qual verbose
#
vhfdrop 5 255 235 1
#############################################################
# FIRST AUDIO DEVICE PROPERTIES #
# (Channel 0 + 1 if in stereo) #
#############################################################
ARATE 48000
ADEVICE plughw:2,0
ACHANNELS 1
CHANNEL 0
MYCALL BX2ABT
MODEM 1200
FULLDUP OFF
PTT GPIO 26
DCD GPIO 13
AGWPORT 8000
KISSPORT 8001
TXDELAY 10
TXTAIL 5
#############################################################
# FIXED POSIION BEACONING PROPERTIES #
#############################################################
PBEACON delay=15 every=30 overlay=S symbol="digi" lat=24^53.25N long=121^16.13E power=10 height=180 gain=0 comment
=" Packet BBS de BX2ABT"
#CBEACON dest="MORSE-6" info="Packet BBS de BX2ABT"
#/usr/local/etc/ax25/fbb/port.sys
#FBB7.0.11
#Ports TNCs
1 2
#
#Com Interface Adress (Hex) Baud
1 9 **** 9600
#
#TNC NbCh Com MultCh Pacln Maxfr NbFwd MxBloc M/P-Fwd Mode Freq
0 0 0 0 0 0 0 0 00/01 ---- File-fwd.
1 1 1 vhfdrop 250 3 1 10 30/60 XUWY 144.620
2 1 1 netrom1 235 3 1 10 30/60 XUWY BPQ look
#
# End of file.
# FBB Set-up file
#
# default is /usr/local/etc/ax25/fbb/fbb.conf
#
# may be changed using the /usr/local/etc/ax25/fbb environment variable
#
##############################################################
#
# The following lines are mandatory
#
version = FBB7.0.11
# Callsign of BBS including H-route (full hierarchical information)
callsign = BX2ABT.DAXI.TAOYUAN.TWN.AS
# SSID of BBS
ssid = 1
# Qra Locator of BBS
qraloc = PL04PV
# Qth of BBS
city = Daxi
# First name of SYSOP
name = Hans
# Callsign of SYSOP
sysop = BX2ABT
# Local time
loca = +8
##################################################################
Above only the mandatory stuff from the fbb.conf file. The rest of the config has been omitted.