/*

            UIDIGI Configuration source file

        Version 1.9 BETA 3 20040101

            Written by Marco Savegnago IW3FQG

*/

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Set the digipeater ax.25 address callsign (SSID allowed)

// Up to 6 characters+SSID

// Digicall [t]

 

DigipeaterCallsign     =       K9APR-4

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Set the digipeater address alias

// Up to 6 characters (NO SSID)

// DIGIAlias [t]

 

DigipeaterAlias        =       TAWG

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Digipeater Info Text up to 80 char

// Info [t]

//                             12345678901234567890123456789012345678901234567890123456789012345678901234567890

 

InfoText               =       UIDIGI 1.9 BETA 3

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Path used when SSID routing is used (Up to 8 hops)

// (Direction) Path

// xpath [path]

 

NorthPath              =

 

SouthPath              =

 

EastPath               =

 

WestPath               =

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// BudList Calls (up to 8 calls, default none)

// All SSID's of base call will be ignored

// BUdlist [calls]

 

BudList                =

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// UI Generic Calls (up to 8)

// Calls recognized by digi to repeat

// Default (RELAY, WIDE, TRACE)

// Uidigi [calls]

 

UIDigiCall             =       WIDE1-1,WIDE4-4,WIDE5-5,WIDE6-6,,WIDE7-7

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// UI Flood Call (up to 6 characters)

// Default (WIDE)

// UIFlood [call]

 

UIFloodCall            =       WIDE

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// UI Trace Call (up to 6 characters)

// Default (TRACE)

// UITrace [call]

 

UITraceCall            =       IN

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Txdelay (default 30 = 300)

// range 1-255 x10ms

// TXdelay [n]

 

TxDelay                =       30

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Fullduplex (default 0)

// Enables (1) or Disables (0)

// NO COMMAND FROM CONSOLE

 

FullDuplex             =       0

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// PPErsistence (default 64)

// range 1-255

// Parameter fo channel access timing

// PErsistance [n]

 

PPersistance           =       64

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Slottime (default 10)

// range 1-255 x100ms

// SLottime [n]

 

SlotTime               =       10

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Frack   (default 5)

// range 1-15

// Frack [n]

 

Frack                  =       5

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Maxframe (default 4)

// range 1-7

// MAxframe [n]

 

Maxframe               =       4

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Retry (default 10)

// range 0-127

// RETry [n]

 

Retry                  =       10

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// RespTime 2 (default 100)

// range 0-6000 ms

// RESPtime [n]

 

RespTime               =       100

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Link Check (default 18000)

// range 0-65535 ms

// CHeck [n]

 

LinkCheck              =       18000

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Duplicate Packet Suppression Interval second (default 28)

// range 0-180 seconds

// UICheck [n]

 

DuplicateSuppression   =       25

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Loop Packet Suppression Interval Mask (default 3)

//  0x01 = Do not repeat frame with source address equal to digipeater call or alias

//  0x02 = Do not repeat frame with the digipeater call in the already digipeated via list

// range 0-3

// UILoop [n]

 

LoopSuppression        =       3

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Treat different SSID in destination call (default 1)

// Enables (1) or Disables (0) UISSID digipeating mode

// Used for SSID Directional routing

// UISsid [n]

 

HandleUISSID            =       0

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Reply to Query (default 1)

// Enables (1) or Disables (0) ?APRS? response query

// UIQuery [n]

 

ReplyToQuery           =       1

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// UIFLOOD Algorithm flag  (default 0)

//  bit 0 make call substitution after the last WIDEn-n digied

//  bit 1 insert callsign before WIDEn-n

// UIFLDfl [n]

 

UIFLOODOptions         =       1

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// UITRACE Algorithm flag (default 0)

//  bit 0 makes call substitution after the last TRACEn-n digied

//  bit 1 Disables

// UITRFl [n]

 

UITRACEOptions          =       0

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Make call substitution when repeat frames addressed to UIDIGI Callsign

//  default (1)

// Enables (1) or Disables (0) UIDIGI callsign substituion for UIDIGI calls

// UIDCsb [n]

 

UIDIGICallSubstitution  =       1

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Preempt calls (default none)

// see docs

 

PreemptCalls                =

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Preempt add (default none)

// see docs

 

PreemptAdd                 =

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Preempte Digipeater (default 0)

// see docs

 

PreeemptedDigipeat     =          0

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Don't change SSID (decrement) to UI Message (frame with info that start

// with char '~' default (1)

// 0 disables

// range 0-1

// UIMessage [n]

 

UIMessage  =       1

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Process only UI Frame (default 1)

// Enable processing of UI frame only

// 0 disables

// range 0-1

// UIOnly [n]

 

UIOnly  =       1

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// PID of processed frames (default 240)

// Enable frame filtering algorithm base on PID of frame

// 0 disables

// range 0-255

// UIPid [n]

 

UIPID  =       240

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Sysop Password up to 80 char

// NO CONNAMD FROM LOCAL CONSOLE

 

SysopPassword          =       337337465

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Beacon x interval Seconds

// default 1 = 600

// default 2 = 1800

// default 3 = 3600

// range 0-65535 seconds

// BEacon [x] [n]

 

Beacon1Interval        =       600

 

Beacon2Interval        =       1800

 

Beacon3Interval        =       3900

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Beacon x offset (default 0)

// range 0-65535 seconds

// BEACONOffset [x] [n]

 

Beacon1Offset          =       0

 

Beacon2Offset          =       0

 

Beacon3Offset          =       0

 

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Digipeater Beacon x Text up to 70 char

// see APRS reference doc for layout

// BText [n] [t]

//                             1234567890123456789012345678901234567890123456789012345678901234567890

 

Beacon1Text            =       !3955.90NS08518.25W#PHG2360/W3,INn-N New Castle,IN.1

 

Beacon2Text            =       !3955.90NS08518.25W#PHG2360/W3,INn-N New Castle,IN.2

 

Beacon3Text            =       !3955.90NS08518.25W#PHG2360/W3,INn-N New Castle,IN.3

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Destination ax.25 address of beacon (6 characters + SSID)

// See APRS working group documentation APNUnn

// UNproto [t]

 

BeaconDestination      =       APNU19

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// AX.25 Beacon x path (up to 8 hops)

// Path that Beacon x will be sent out with

// Bdl [x] [path]

 

Beacon1Path            =      

 

Beacon2Path            =      WIDE2-2

 

Beacon3Path            =       IN3-3

 

AuxPath                =      

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Destination ax.25 address of aux input device string

// Up to 6 characters + SSID

 

AuxDestination         =       AUX

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

// Aux Beacon interval (default 0)

// Sets the interval for the beacon of aux input data

// AUXRate [n]

 

AuxRate                =       0

 

//-----------------------------------------------------------------------

//-----------------------------------------------------------------------

 

Were starting a new tread with all new UITRACE settings the old settings was UITRACE TRACE. The new setting is UITRACE IN. The IN part is for Indiana which will only be a state path. Where we had Trace n-N before IN n-N will take over. So your probably wondering what the end result will be huh? for the user of your digi. They will be able to fire off paths such as IN2-2 and it will work, just like Trace2-2 did before. Depending where you live IN can be changed. Just drop the n-N from the list below (example:ORWA).

The following information is from Bob Bruninga (WB4APR).

          APRS Region       LANn-N   LATITUDE    LONGITUDE

----------------- -------- ----------  ------------
Oregon/Washington ORWAn-N  42    52    118    126
NOCAL             NOCALn-N 39.5  42    118    126
CA-CEN            CCALn-N  36    39.5  118    126
SOCAL             SOCALn-N 33.5  36    115.5  121.5
San Diego         SDn-N    32    33.5  114.5  118
Idaho/Montanna    IDMTn-N  42    50    104    118
Nevada            NVDA-N   35.5  42    114    118
Utah              SLCn-N   37    42    109    114
Colorado          COLn-N   37    41    102    109
Arizona           AZn-N    30    38    109    114
New Mexico        NMn-N    31    37    102    109
Dakotas/Neb       DKTNEn-N 40    49     96    104
Minneapolis       MNSPn-N  43    49     89     96
Iowa              IAn-N    40    43     90     96
Kansas City/MO    KCMOn-N  37    40     92    102
St Louis          STLMOn-N 36    42     88     92
Oklahoma City     OKCn-N   34    37     94    100
N. Texas          NTEXn-N  29    37    100    103
Dallas            DALSn-N  31    35     93    100
S. Texas          STEXn-N  26    31     93    100
W.Texas           WTEXn-N  29    32    100    107
Memphis/Arkansa s WTNAKn-N 33    37     88     94
Miss/Louisanna    MSLA     29    33     87     93
Wisconsin         WIn-N    42.5  46     87     91
Chicago           CHGOn-N  40.2  42.8   86     90
Indianna          INn-N    39    41     85     87
Michigan          MIn-N    42    46     81.5   86.5
Ohio              OHn-N    38    42     81     85
Kentucky          KYn-N    36.8  39.2   82     88
Knoxville         ETN      35    37     82     86
Nashville         NASHn-N  35    37     86     89
Alabama           ALAn-N   31    35     85     89
Ontario           ONn-N    42.5  49.5   75.5   82.5
Pittsburg         WPAn-N   38.8  42.2   78     82
Virginia          VAn-N    36.5  38.5   75     82.5
North Carolina    NCn-N    35    37     74     82.5
Georgia           GAn-N    33    35     82     86
South Carolina    SCn-N    31    35.5   78     83.5
N. Florida        NFLn-N   29    31     80     88
Central Florida   CFLn-N   27.2  29     80     84
S. Florida        SFLn-N   24    27.2   79     83
Baltimore/WashDC  MDCn-N   38    40     75     78
NYC/NJ            NYCNJn-N 39.5  42.5   72     76
New England       NENGn-N  41.5  46     68     73
Quebec            QEn-N    45    50     70     76
NewBruns/NovaSco  NBNSn-N  43    50     60     68

Return to http://www.tawg.org

Last Updated July 24, 2005 By James Smith K9APR Questions & Comments can be sent to the same address. ©® 2000, 2005 tawg.org