/* */ /* based on http://dxspots.com/FIX14439_UIDIGI-ROM.html */ /* UIDIGI Configuration source file Versione 1.8 BETA 6 20001228 Written by Marco Savegnago IW3FQG */ // Set the digipeater ax.25 address callsign (with SSID if necessary) DigipeaterCallsign = K6DBG-1 // Set the digipeater address alias (without SSID if necessary) DigipeaterAlias = // Destination ax.25 address of beacon BeaconDestination = APNU18 // Destination ax.25 address of aux input device string AuxDestination = AUX // AX.25 Beacon 1 path // should be empty Beacon1Path = // AX.25 Beacon 2 path Beacon2Path = // AX.25 Beacon 3 path Beacon3Path = WIDE2-1 // AX.25 Aux path AuxPath = // North Path NorthPath = // South Path SouthPath = // East Path EastPath = // West Path WestPath = // BudList Calls (up to 8, default none) BudList = // UI Generic Calls (up to 8) UIDigiCall = WIDE1-1 // UI Flood Call //UIFloodCall = WIDE UIFloodCall = // UI Trace Call UITraceCall = // Txdelay (default 30 = 300) // 10 is too short for htx-202! TxDelay = 15 // Preempt calls (default none) PreemptCalls = // Preempt add (default none) PreemptAdd = // Fullduplex (default 0) FullDuplex = 0 // PPErsistence (default 64) PPersistance = 64 // Slottime (default 10) SlotTime = 10 // Frack (default 5) Frack = 5 // Maxframe (default 4) Maxframe = 4 // Retry (default 10) Retry = 10 // RespTime 2 (default 100) RespTime = 100 // Link Check (default 18000) LinkCheck = 18000 /* these are based on http://web.usna.navy.mil/~bruninga/aprs/digi-rates.txt attempting to have a widening circle of beacons over time. That will get you a local packet every 10 mins, a WIDE every 30, and a TRACE2-2 every hour on the hour. The only problem is that once every hour on the half hour, you wont get one. But 5 out of 6 ain't bad, since the rest of it works so well. The numbers below show the WIDEn-N packets as they count down and arrive in each area. A "0" means the packet will go no further.. LOC 0 0 1 0 x 2 0 0 1 0 x 2 1-HOP 0 1 0 1 2-HOP 0 0 In addition, it has been suggested to add a small offset to each, based on the LSD of the ASCII rep of the last call character - e.g., 'A' -> +1 second, to provide some "time slotting" for the beacons. Please remember that the BeaconTexts 1 through 3 must have identical positions and position comment text. This is beacuse, by definition, an APRS station (or this digi) can only have one and only one position on file at any time. Thus if one tries to be creative by letting the digi comment field contain a rolling bulletinboard of useful text, this appears to all user softwares as a "CHANGED" position report and so the logging is triggered to record this "change". Thus, these digis could consume over 120 lines per day in everyone's LOG files. */ /* Unfortunately, the UIDIGI offsets don't work as documented; the value just gets added to the associated interval! So I just set some relatively prime interval values. Since this is a fill-in, I don't beacon very often at all - or very far. */ // Beacon 1 interval (default 600) Beacon1Interval = 600 // Beacon 2 interval (default 1800) Beacon2Interval = 1740 // Beacon 3 interval (default 3600) Beacon3Interval = 3540 // Beacon 1 offset (default 0) Beacon1Offset = 0 // Beacon 2 offset (default 0) Beacon2Offset = 0 // Beacon 3 offset (default 0) Beacon3Offset = 0 // Aux Beacon interval (default 0) AuxRate = 0 // Duplicate Packet Suppression Interval second (default 28) 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 LoopSuppression = 3 // Treat different SSID in destination call (default 1) HandleUISSID = 1 // Reply to Query (default 1) 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 UIFLOODOptions = 0 // UITRACE Algorithm flag (default 0) // bit 0 make call substitution after the last TRACEn-n digied UITRACEOptions = 0 // Make call substitution when repeat frames addressed to UIDIGI Callsign // default (1) UIDIGICallSubstitution = 1 // PID of processed frames (default 240) UIPID = 240 // Preempt Digipeater (default 0) PreemptedDigipeat = 0 // Sysop Password up to 80 char SysopPassword = 12345678901234567890123456789012345678901234567890 // Digipeater Info Text up to 80 char InfoText = Southgate fill-in, Palo Alto, Calif - cak@arrl.net // Digipeater Beacon 1 Text up to 70 char Beacon1Text = !3725.94N112209.20W#PHG2130 W11 Palo Alto, CA // Digipeater Beacon 2 Text up to 70 char Beacon2Text = !3725.94N112209.20W#PHG2130 W11 Palo Alto, CA // Digipeater Beacon 3 Text up to 70 char Beacon3Text = !3725.94N112209.20W#PHG2130 W11 Palo Alto, CA