Digi Ned programı
APRS sayfası
 
Digi-Ned sayfasında detaylı şekilde anlatılıyor. Programı indirdikten sonra bazı değişiklikler yapmanız gerekli. 
1- digi_id.ini dosyasındaki digi tanıtım bilgilerini,
2- d_relay.ini dosyasındaki Digi adını,
3- digi_ned.ini dosyasındaki koordinatları ve digi adını,
4- digi_ned.mes dosyasındaki bilgileri,
5- digibcon.ini dosyasındaki koordinat ve digi bilgilerini,

Değiştirmeyi unutmayınız. Daha sonra run.bat dosyası ile programı çalıştırabilirsiniz AMA SADECE DOS altında..ve gerekiyorsa 286 PC de bile.. Baycom modemi doğrudan tanıyor. Programın disketten çalışabilmesi için gerekli yazılımı TA2LE Haluk Yetkin arkadaşım hazırladı. Onun sayesinde, elektrik kesilip geldiğinde program kendi kendini boot edebiliyor. tnx..

Bence Digi Ned programının en can alıcı noktası, digiyi kullanan kişilere yardımcı olabilecek mesajlar ile donatılabilmesi.. Bu işlemi Digi_ned.mes dosyasındaki bilgiler ile yapıyor. Doğrudan digiyi hedef alarak  ?(soru işareti) veya H veya sizin tanımlayabileceğiniz 1,2,3 veya 4 karakterli mesaj yolladığınızda,  digi_ned.mes dosyasında bunlara karşılık gelen cevapları  verebilmekte..

aşağıda digi_ned.mes dosyasının orjinalini veriyorum. Ayrıca TA1DX-2 digisinde kullanabileceğiniz özel komutları da altta görebilirsiniz.

#
# Copyright (C) 2000-2002 Henk de Groot - PE1DNN
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Please note that the GPL allows you to use the driver, NOT the radio.
# In order to use the radio, you need a license from the communications
# authority of your country.
#
#------------------------------------------------------------------------------
#
# This file contains auto-reply strings for simple text reponses.
#
# Here you can define aditional queries to complement with build in
# queries. The only queries which are build-in are the queries which
# return a runtime-dependent reply string. All queries which have
# static textst are defined in this file.
#
# %d will be replaced by the digipeater call
# %o will be replaced by the digi owner call
# %v will be replaced by the DIGI_NED version
# %b will be replaced by the DIGI_NED boot-time
# %p will be replaced by the number of active ports
# %q will be replaced by the complete query as received (lowercase)
# %x will be replaced by the complete packet as received, including header,
# in TAPR TNC format. Small note: the "originator" call will be
# replaced by the "real" originator when there is also a 3rd party
# header in the packet, so the true originator is always present at
# In the packet the control-characters are replaced by a "." (except
# those used in MIC-E). Single quotes are also replaced by a "." so
# for execution from a query the whole %x variable can be enclosed
# in single quotes to avoid problems with redirect characters in the
# packet and more such problems.
#
# Syntax is simple, each query starts with an ?, the lines following it
# up to the next query is the response, empty lines and lines starting
# with '#' are ignored. 
#
# The first character of each line is interpreted and determines how
# the answer is send back. These characters are the following:
#
# ';': Lines stating with ';' are transmitted as "objects".
# ')': Lines with ')' are transmitted as "items".
# ':': Lines with ':' are transmitted as messages but this time exactly
# the way they are written down, so these lines includes the address
# (See ?BLN query below for a bulletin example).
# '!': These lines do not return anything but start runs a program
# instead. During the run of the program the digi is inactive so keep
# these programs short. For an example see the "?whois" query.
# '!!':This is just like the '!' above. Unlike the '!' above you need
# to be owner of the digi to have the program executed however.
# For an example see the ?sysop example query
# the digi is inactive so keep these programs short.
# '>': The data to return is read from a file. This can be the output
# of a program for example. The contents of the gile is send back as
# a normal message. The file may contain multiple lines.
#
# The '\' character can be used as 'escape' if you want your message to
# start with '?', '#', ')', ':', '!' or '>'. If you want the message to
# start with a '\' character then use "\\".
#
# Aliasses for the same query can be specified, for example
# ?help|?h responds to query "?help" and shortcut "?h".
# Also wildcards can be used. ?h* for example matches all queries that
# start with ?h. Be carefull with this not to create ambiguity which
# will be confusing!
#
# Wild cards are:
#
# * Matches any 0 or more character(s).
# ? Matches any 1 character.
# @ Matches any alpha character.
# ! Matches any digit.
#
# When '*' is used and additional characters follow after the '*' then
# characters in the received query will be skipped until a match is
# found again, from that point checking will proceed.
#
# Example:
# Using "s*on" will match "station" but not "stat"; after the '*' the
# code will look for an 'o' and proceed checking from there. In case
# of "stat" the 'o' is not found and the match fails. When matching
# with "stations" the match also fails since the part from the 'o' until
# the end is not the same. "s*on*" will match both "station" and
# "stations". For an example look at the "?whois" query below that uses
# a wildcard to match any argument following whois.
#
# On all queries the ? is optional, so you can also use "help"
# and "h" with the above example (same applies to the build-in
# queries like "mheard" etc). Query strings can be mixed case
# (doesn't matter), the user can use mixed case when he queries
# DIGI_NED.
#
# The query that only consists of one '?' is a special one since
# this the response for this query is also the default reply on
# any query that doesn't match.
#
# Lines, query lines and answers, can be up to 67 characters,
# longer lines will be truncated In this example file I allligned
# the messages to nicely fit on the 12 character THD7 screen
#
# It is strongly recommended to keep these basic entries like ?help
# ?digi, ?voice, ?bbs etc. so new people on the move which enter
# your system can guess what to expect without having to dig through
# the help first. I take a risk here by allowing you to make changes,
# please think about the mobile and stations not familiar with your
# neigborhood and area. I think they will appriciate to find
# the commands ?voice and ?net to work to make initial contact
# with you!
#

#
# Group 0, Help information
#
# Help text that should lead to all the other commands
#
# ? is also the default text which is returned if no valid command
# was found.
?
Use "Help" for topics

# !ok and !error is used to reply the result of remote command execution
# !ok -> command executed
# !error -> command failure
?!ok
Command accepted

?!error
Command rejected

?H|Help
Use: H1, H2 H3..H8 or use "List" for all

#
# Help sub division
#
?H1
H1: Type ID Up DATE Ver

?H2
H2: PING? APRS? APRSD APRST APRSM APRSP

?H3
H3: Ports DX MHeard TLM

?H4
H4: VOice NEt LOcal

?H5
H5: BBs Dxc LAp DIgi Qrg

?H6
H6: Event

?H7
H7: SAT TRK SATS

?H8
H8: OBject (last topic)

#
# List all possible commands
#
?L|List
List without ? prefix (10 lines)
APRS APRS? APRSD APRST APRSM APRSP BBs Dxc
Boot Event City DX Dxc DATE DIgi Food FREQ
H1 H2 H3 H4 H5 H6 H7 H8 Gemeente RS FAst Help
HOspital ID HOTel ITems HAm Keizer Inf List
LOcal MOtel Medium Name MHeard NEts OBjects
Owner PING? PAcket LAp PALace Qrg PALeis
PHone Ports POlice VALK POlitie QSo QUality
REcr Relay REStaurant ROndes Type SHops NS
THeater TLM THeatre UHf TRain VOice Version
Up VHf VVV ZOO BLN SAT Ziekenhuis TRK Sats

#
# Group 1, about the digi itself
#
?T|Type
DIGI_NED: by PE1DNN

?ID|N|Name
Digi name %d
Digi owner %o

?O|Own|Owner
Digi owner %o

?U|Up|B|Boot|APRSS
Up since: %b

?V|Ver|Version
Ver: %v

#
# Group 2, APRS responses
#
# All handled internally
#
# Commands from the APRS specification
#

#
# Group 3, Port and heard information
#
# Active ports on this digi and heard direct stations
#
?P|Port|Ports
Digi has %p port(s)

?MH|MHeard
Use "MHeard <port>" or use "MHeard <call>"
MHeard stat = statistics

?MH <port>|MHeard <port>
<port> is a number (0-8) Example: mheard 1

?MH <call>|MHeard <call>
<call> is a call, e.g. use mheard pe1dnn-2

?DX
Use here "DX <port>" or use "DX <call>"

?DX <port>
<port> is a number (0-8) Example: dx 1

?DX <call>
<call> is a call, e.g. dx pe1dnn-2

?TLM
Use here "TLM <src>"

?TLM <src>
src = A(1-5) or B(1-8) Example: tlm B2

#
# Group 4, Local information
#
# 6 letter name of the net, weekday, time and QRG - in this example
# a voice repeater which can be found with the ?voice command.
#
?NE|NEts|RO|ROnde|ROndes
Koffie ZON 11:00@PI3APD
PI4APD ZON 20:15@PI3APD
PI4SDH DON 21:15@PI3APD

# Voice repeaters
?VO|VOice|PH|PHone|R|Relay
PI3APD 2m 145.725 -0.6
PI2APD 70cm 430.150 +1.6

?VH|VHf
PI3APD 2m 145.725 -0.6

?UH|UHf
PI2APD 70cm 430.150 +1.6

# Local frequently used QRG's
?LO|LOcal|QS|QSo
145.250/.375/.475/.525

#
# Group 5, Packet access information
#
# Starting points for traveling packeteers
#
?BB|BBs|PA|PAcket
PI8APD 2m 144.9375
PI8APD 70cm 430.8375

?D|Dxc
PI8DXW via PI1VRZ (lap)
PI7DXW voice 433.925

?LA|LAp
PI1VRZ 9k6 431.000
PI1VRZ 1k2 4k8 430.675

?DI|DIgi|APRS
PE1MEW-2 at 2.9km South
PD0JEY-2 at 24.6km North

?Q|Qrg|FREQ
APRS 144.800 and 430.825

#
# Group 6, Event information
#
# Events taking place in your area
#
?E|Event
None

#
# Group 7, Satelite information
#
# Satelite tracking
#
?SAT
Usage: SAT <sat> or SAT LIST e.g. SAT AO40

?SAT <sat>
<sat> is a satellite, e.g SAT AO40

?TRK
Usage "TRK <sat>", more than 1 sat allowed"

?TRK <sat>
<sat> is a satellite, e.g TRK AO40

#
# Group 8, Item information
#
# Important objecs in your area
#
# See APRS specification 30 April 2000 page 56 for message format
#
# Warning: maximum length is 67 bytes!
#
?OB|OBj|OBject|OBjects|IT|ITems
HOsp POl I REc F City SHop TRain BLN

?HO|HOsp|HOspital|Z|Ziek|Ziekenhuis
;JULIANA *010000z5213.00N/00556.82EhJuliana Hospital
;LUCAS *010000z5210.87N/00556.85EhLucas Hospital
Hostpital objects sent

?PO|POl|POlice|POlitie
;POLICE *010000z5212.90N/00557.28E!Police Station
Police stat object sent

?I|Inf|VVV
;VVV-APELD*010000z5212.78N\00558.05E?Tourist Informat.
VVV inform. object sent

?RE|REc|RECr|ZOO|PAL|PALace|PALeis|TH|THeatre|THeater
;APENHEUL *010000z5212.90N100555.18E0Zoo De Apenheul
;JUL-TOREN*010000z5213.63N200554.93E0Juliana toren
;HET-LOO *010000z5214.03N300556.72E0Paleis "Het Loo"
;ORPHEUS *010000z5213.17N400557.23E0Schowburg Orpheus
Recreation objects sent

?SH|SHop|SHops|HA|HAm|RS
;VAN-ESSEN*010000z5212.68N\00558.41EhVan Essen
Elect. shop object sent

?C|City|G|Gemeente
;CITYHALL *010000z5212.93NC00557.80E0City Hall Apeldoorn
City hall object sent

?TR|TRain|NS
;NS-RAIL *010000z5212.57N/00558.10E=NS Train Station
Train stat. object sent

?F|Food
what: FAst Med QUality

?FA|FAst|MC
;MCDON-CEN*010000z5212.75N\00557.82ERMC Donald Center
;MCDONA-A1*010000z5210.77N\00559.13ERMC Donald South
Fast food objects sent

?M|Med|Medium|Valk|Mo|Motel|RES|RESt|REStaurant
;CANTHAREL*010000z5210.36N\00554.43ERMotel de Cantharel
Restaurant object sent

?QU|QUality|K|Keizer|HOT|HOTel
;KEIZERSKR*010000z5213.80N/00556.66EHHotel de Keizerskr
Qual. Hotel object sent

?BLN
A bulletin is sent!
:BLNdigi :DIGI_NED BLN on request!
:pe1dnn-7 :Hello Henk!

#
# This is powerfull! An external program can be run on a query and its
# output can be returned to the caller. Here is an example "whois" server
# which is only one of the many posibilities!
#
# With "%q" the original query string can be passed to the program
# note that single quotes are replaced by "." characters so the %q
# variable can be enclosed in quotes.
#
# Whois example for Linux
?whois *
!./Sample.lnx/whois.sh '%q'
>./Sample.lnx/whois.out
!/bin/rm ./Sample.lnx/whois.out

# Whois example for DOS
#?whois *
#!.\Sample.dos\whois.bat '%q'
#>.\Sample.dos\whois.out
#!del .\Sample.dos\whois.out > nul

# Echo example
?echo
Echo: '%x'

# Sample of a sysop only command, command to execute starts with double !!
?sysop
!!echo Sysop only > tmpxyz
>tmpxyz
!rm tmpxyz

#
# Group 8, Miscellaneous, testing
#
# Used for bound check on THD7 display
#
# The first "Line numbr n" lines will appear the following way:
#
# Screen 1, direct visible after reception:
# +------------+
# |#1<PE1DNN-2 |
# |Line numbr 1|
# |Line numbr 2|
# +------------+
#
# Screen 2, visible via MSG->LIST and scroll - right
#
# +------------+
# |#1<PE1DNN-2 |
# |Line numbr 3|
# |Line numb |
# +------------+
#
# Be aware that the last line is missing 3 characters!
#
# Objects appear the following way:
#
# +------------+
# |OBJECT1 |
# | Line num 1|
# | Line num 2|
# +------------+
#
# I use the teststrings below besides the message I'm designing to
# get it right almost the first time.
#
?TEST|TST
1234567890123456789012345678901234567890123456789012345678901234567
Line numbr 1Line numbr 2Line numbr 3Line numb <- THD7 screen
;OBJECT1 *010000z5213.61N/00600.00E0Line num 1Line num 2
;COMPOBJ1 *010000z/4)TLP"!!x{.CCompressed object

 Gördüğünüz gibi, sorulan yerin koordinatlarını da verebiliyorsunuz. O zaman mesela UI-view de aranan noktayı harita üzerinde gösterebilirsiniz. 

 

Şu anda TA1DX-2 digisinde çalışan komutlar (24 Ocak 2003).

 

# GENEL MESAJLAR MENUSU

?!ok
Command accepted

?!error
Command rejected

?L|List|Help|Y|H
Cevap alabileceginiz komutlar icin Buyuk 
harfleri yollamaniz yeterli..TRAC AMBulans APRS as
APRS? APRSD APRST APRSM APRSP AR AS ASKERI B as
BBs Contest Dxc DEVlet DX Dxc DATE DIgi DOGumevi as
FAL Help HOspital HAStane ID List LOcal MHeard as
Name Owner PING? PAcket Qrg QSL PHone Ports POlis as
QSo Relay SSK TA Test TIP TK TGM Type UNIversite as
UHf VOice Version Up VHf Y BLN FREQ !bitti! ar

?AR
Mesaj sonu.. AR ( K )

?AS
Mesaj devam ediyor bekleyiniz...

?T|Type
DIGI_NED: by PE1DNN

?ID|N|Name
Digi name %d
Digi owner TA1DX Atila

?O|Own|Owner
Digi owner TA1DX Atila

?U|Up|B|Boot|APRSS
Up since: %b

?V|Ver|Version
Ver: %v

?P|Port|Ports
Digi has %p port(s)

?MH|MHeard
Use "MHeard <port>" or use "MHeard <call>"
MHeard stat = statistics

?MH <port>|MHeard <port>
<port> is a number (0-8) Example: mheard 1

?MH <call>|MHeard <call>
<call>, ornek mh pe1dnn-2

?DX
Use here "DX <port>" or use "DX <call>"

?DX <port>
<port> is a number (0-8) Example: dx 1

?DX <call>
<call> is a call, e.g. dx pe1dnn-2

?Q|Qrg|FREQ
APRS 144.800 

?PO|POl|POlice|POlis
154 155 jandarma 156

?BLN
bulten YOK 

?echo
Echo: '%x'

?TEST|TST
1234567890123456789012345678901234567890123456789012345678901234567
Line numbr 1Line numbr 2Line numbr 3Line numb <- THD7 screen

# FAL MENUSU

?FAL
FAL (burcunuz)

?FAL KOC
HAFTAYA CONTEST TE BASARILAR!!!

?FAL BOGA
Bekledigin QSL Kart 3 vakitte elinde olacak

?FAL IKIZLER
Bekledigin QSL Kart 3 vakitte elinde olacak

?FAL YENGEC
Bekledigin QSL Kart 3 vakitte elinde olacak

?FAL ASLAN
Sana yeni bir HF gorunuyor, 3 vakitmi desem?

?FAL BASAK
Sana yeni bir anten gorunuyor, 3 vakitmi desem?

?FAL AKREP
Antenin SWR si bozulmaz insallah

?FAL TERAZI
Bekledigin QSL Kart 3 vakitte elinde olacak

?FAL YAY
Bekledigin QSL Kart 3 vakitte elinde olacak

?FAL KOVA
Sana DXCC gorunuyor.. Sabret..

?FAL OGLAK
Cevaplamadigin QSL Kartlar, 
obur tarafta ayagina dolanacak...

?FAL BALIK
Bekledigin QSL Kart 3 vakitte elinde olacak

# FAL MENUSU SONU
# CONTEST MENUSU

?C|Contest
Contest icin C yazin mode icin Cw Ssb Rtty 
aylar icin 1 2 3 gibi no girin C C 1,CR1 gibi

?CONTEST CW OCAK|C C 1|CC1
OCAK Ayı CW Contestleri 12 adet
AGCW Happy New Year Contest 0900-1200 Jan 1 
AGCW QRP Winter Contest 1500 Jan 4-1500 Jan 5
EUCW 160m Contest 2000-2300 Jan 4
East Asia 160/80 DX 0900 Jan 11-2200 Jan 12
Midwinter Contest, 1400-2000 Jan 11
N American QSO Party 1800 Jan 11-0600 Jan 12
NRAU-Baltic Contest 0530-0730 Jan 12
LZ Open Contest 1200-2000 Jan 18
MI QRP January CW 1200 Jan 18-2359 Jan 19
Hungarian DX Contest 1200 Jan 18-1200 Jan 19
CQ 160-Meter Contest 0000 Jan 25-2359 Jan 26
REF Contest 0600 Jan 25-1800 Jan 26 ar

?CONTEST CW SUBAT|C C 2|CC2
SUBAT Ayı CW Contestleri 7 adet
Asia-Pacific Sprint 1100-1300 Feb 8
YL-OM Contest 1400 Feb 8-0200 Feb 10
RSGB 1.8 MHz Contest 2100 Feb 8-0100 Feb 9
North American Sprint 0000Z-0400Z, Feb 9
ARRL Inter. DX Contest 00 Feb 15-2400 Feb 16
UBA DX Contest 1300 Feb 22-1300 Feb 23
High Speed Club CW 0900-1100 Feb 23 ar

?CONTEST CW MART|C C 3|CC3
MART Ayı CW Contestleri 4 adet
RSGB Commonwealth 1000 Mar 8-1000 Mar 9
UBA Spring Contest 0700-1100, Mar 9
10-10 Mobile Contest 0000Z-2359Z, Mar 15
Russian DX 1200 Mar 15-1200 Mar 16 ar

?CONTEST CW NISAN|C C 4|CC4
NISAN Ayı CW Contestleri 8 adet
YLRL DX to NA YL 1400 Apr 9-0200 Apr 11
JIDX CW 0700 Apr 12-1300 Apr 13
Holyland DX 0000-2359 Apr 19
ES Open HF 0500-0859 Apr 19
YU DX Contest 1200 Apr 19-1200 Apr 20
GACW CW DX 1200 Apr 19-1200 Apr 20
EU Spring Sprint 1500-1859 Apr 19
Helvetia 1300 Apr 26-1300 Apr 27 ar

?CONTEST CW MAYIS|C C 5|CC5
MAYIS Ayı CW Contestleri 7 adet
IPA Contest 0000Z-2359Z, May 3
MARAC County Hunters 0000 May 3-2400 May 4
10-10 Int. Spring 0001 May 3-2400 May 4
King of Spain 1800 May 17-1800 May 18
Baltic Contest 2100 May 17-0200 May 18
CQ WW WPX 0000 May 24-2400 May 25
MI QRP Memorial Day 2300 May 26-0300 May 27 ar

?CONTEST CW HAZIRAN|C C 6|CC6
HAZIRAN Ayı CW Contestleri 6 adet
VK-ZL Trans-Tasman 0800-1400 Jun 7
IARU Reg 1 Field Day 1500 Jun 7-1500 Jun 8
WW South America 0000 Jun 14-1600 Jun 15
All Asian DX 0000 Jun 21-2400 Jun 22
Marconi Memorial HF 1400 Jun 28-1400 Jun 29
ARRL Field Day 1800 Jun 28-2100 Jun 29 ar

?CONTEST CW TEMMUZ|C C 7|CC7
TEMMUZ Ayı CW Contestleri 3 adet
MI QRP July 4th 2300 Jul 4-0300 Jul 5
Venezuelan Ind. Day 0000 Jul 26-2400 Jul 27
IOTA Contest 1200 Jul 26-1200 Jul 27 ar

?CONTEST CW AGUSTOS|C C 8|CC8
AGUSTOS Ayı CW Contestleri 8 adet
European HF Championship 1000-2159 Aug 2
North American QSO 1800 Aug 2-0600 Aug 3
SARL HF CW Contest 1300-1600 Aug 3
WAE DX Contest 0000 Aug 9-2359 Aug 10
SEANET Contest 1200 Aug 16-1200 Aug 17
TOEC WW Grid 1200 Aug 23-1200 Aug 24
SARL HF CW Contest 1300-1600 Aug 24
YO DX HF 1200 Aug 30-1200 Aug 31 ar

?CONTEST CW EYLUL|C C 9|CC9
EYLUL Ayı CW Contestleri 4 adet
MI QRP Labor Day 2300 Sep 1-0300 Sep 2
North American S 0000-0400 Sep 7
YLRL Howdy Days 1400 Sep 10-0200 Sep 12
Scandinavian 1200 Sep 20-1200 Sep 21 ar

?CONTEST CW EKIM|C C 10|CC10
EKIM Ayı CW Contestleri 7 adet
YLRL Anniversary 1400 Oct 8-0200 Oct 10
Oceania DX 0800 Oct 11-0800 Oct 12
EU Autumn Sprint 1500-1859 Oct 11
FISTS Fall Sprint 1700-2100 Oct 11
Worked All Germany 1500 Oct 18-1459 Oct 19
Asia-Pacific 0000-0200 Oct 19
RSGB 21/28 MHz Contest 0700-1900 Oct 19 ar

?CONTEST CW KASIM|C C 11|CC11
KASIM Ayı CW Contestleri 10 adet
IPA Contest 0600-1000 Nov 1 
Ukrainian DX 1200 Nov 1-1200 Nov 2
ARRL Sweepstakes 2100 Nov 1-0300 Nov 3
American ARC 2100 Nov 1-0300 Nov 3
High Speed Club 0900-1100 Nov 2 
OK/OM DX 1200 Nov 8-1200 Nov 9
LZ DX 1200 Nov 15-1200 Nov 16
All Austrian 160-M 1600 Nov 15-700 Nov 16
RSGB 1.8 MHz 100 Nov 15-100 Nov 16
CQ Worldwide DX 0000 Nov 29-2400 Nov 30 ar

?CONTEST SSB OCAK|C S 1|CS1
OCAK Ayı SSB Contestleri 4 adet
NRAU-Baltic Contest 0800-1000 Jan 12
Midwinter Contest 0800-1400 Jan 12
North American QSO 1800 Jan 18-0600 Jan 19
UBA DX 1300 Jan 25-1300 Jan 26 ar

?CONTEST SSB SUBAT|C S 2|CS2
SUBAT Ayı SSB Contestleri 6 adet
10-10 Inter. Winter 0001 Feb 1-2400 Feb 2
North American S 0000-0400 Feb 2
QRP ARCI Winter F 2000-2400 Feb 9
YL-OM Contest 1400 Feb 15-0200 Feb 17
CQ 160-Meter 0000 Feb 22-2359 Feb 23
REF Contest 0600 Feb 22-1800 Feb 23 ar

?CONTEST SSB MART|C S 3|CS3
MART Ayı SSB Contestleri 4 adet
ARRL Inter. DX 0000 Mar 1-2400 Mar 2
YLISSB QSO Party 0000 Mar 15-2400 Mar 16
Russian DX 1200 Mar 15-1200 Mar 16
CQ WW WPX 0000 Mar 29-2400 Mar 30 ar

?CONTEST SSB NISAN|C S 4|CS4
NISAN Ayı SSB Contestleri 8 adet
MARAC County Hunters 0000 Apr 5-2400 Apr 6
EU Spring Sprint 1500-1859 Apr 12
UBA Spring 0600-1000 Apr 13
YLRL DX to NA YL 1400 Apr 16-0200 Apr 18
Holyland DX 0000-2359 Apr 19
ES Open HF 0500-0859 Apr 19
YU DX 1200 Apr 19-1200 Apr 20
Helvetia 1300 Apr 26-1300 Apr 27 ar

?CONTEST SSB MAYIS|C S 5|CS5
MAYIS Ayı SSB Contestleri 4 adet
ARI Int DX 2000 May 3-1959 May 4
IPA Contest 0000-2359 May 4
Baltic Contest 2100, May 17-0200 May 18
VK-ZL Trans-Tasman 0800-1400 May 24 ar

?CONTEST SSB HAZIRAN|C S 6|CS6
HAZIRAN Ayı SSB Contestleri 4 adet
Asia-Pacific Sprint 1100-1300 Jun 14
ARRL Field Day 1800 Jun 28-2100 Jun 29
King of Spain 1800 Jun 28-1800 Jun 29 ar

?CONTEST SSB TEMMUZ|C S 7|CS7
TEMMUZ Ayı SSB Contestleri 2 adet
Venezuelan Ind. Day 0000 Jul 5-2400 Jul 6
IOTA Contest 1200 Jul 26-1200 Jul 27 ar

?CONTEST SSB AGUSTOS|C S 8|CS8
AGUSTOS Ayı SSB Contestleri 5 adet
10-10 Int. Summer 0001 Aug 2-2400 Aug 3
European HF 1000-2159 Aug 2
SEANET Contest 1200 Aug 16-1200 Aug 17
North American QSO 1800 Aug 16-0600 Aug 17
YO DX HF 1200 Aug 30-1200 Aug 31 ar

?CONTEST SSB EYLUL|C S 9|CS9
EYLUL Ayı SSB Contestleri 4 adet
All Asian DX 0000 Sep 6-2400 Sep 7
IARU Reg 1 FieldDay 1300 Sep 6-1300 Sep 7
YLRL Howdy 1400 Sep 10-0200 Sep 12
WAE DX Contest 0000 Sep 13-2359 Sep 14
North American S 0000-0400 Sep 14
Scandinavian 1200 Sep 27-1200 Sep 28 ar

?CONTEST SSB EKIM|C S 10|CS10
EKIM Ayı SSB Contestleri 8 adet
SARL 80-Meter 1700-2000 Oct 2
Oceania DX 0800 Oct 4-0800 Oct 5
EU Autumn Sprint 1500-1859 Oct 4
RSGB 21/28 MHz 0700-1900Oct 5
Iberoamericano 2000 Oct 11-2000 Oct 12
YLRL 1400 Oct 15-0200 Oct 17
Worked All Germany 1500 Oct 18-1459 Oct 19
CQ Worldwide DX 0000 Oct 25-2400 Oct 26 ar

?CONTEST SSB KASIM|C S 11|CS11
KASIM Ayı SSB Contestleri 5 adet
Ukrainian DX 1200 Nov 1-1200 Nov 2
IPA Contest 0600-1000 Nov 2
Japan Int. DX 0700 Nov 8-1300 Nov 9
ARRL Sweepstakes 2100 Nov 15-0300 Nov 17
ARC Championship 2100 Nov 15-0300 Nov 17 ar

?CONTEST RTTY OCAK|C R 1|CR1
OCAK ayi RTTY Contestleri 4 adet
SARTG New Year 0800-1100 Jan 1
ARRL Roundup1800 Jan 4-2400 Jan 5
DARC 10-Meter 0900-1059 Jan 12
BARTG Sprint 1200 Jan 25-200 Jan 26

?CONTEST RTTY SUBAT|C R 2|CR2
SUBAT ayi RTTY Contestleri 3 adet
Mexico 1800 Feb 1-2400 Feb 2
CQ/RJ WW WPX 0000 Feb 8-2400 Feb 9
North American 1800 Feb 22-0600 Feb 23

?CONTEST RTTY MART|C R 3|CR3
MART ayi RTTY Contestleri 4 adet
Open Ukraine 2200 Mar 1-0159 Mar 2
DARC 10-Meter 1100-1700 Mar 2
North American 0000-0400 Mar 9
BARTG Spring 0200 Mar 15-0200 Mar 17

?CONTEST RTTY NISAN|C R 4|CR4
NISAN ayi RTTY Contestleri 3 adet
SP DX 1500 Apr 5-1500 Apr 6
EA RTTY 1600 Apr 5-1600 Apr 6
SP DX 1200 Apr 26-1200 Apr 27

?CONTEST RTTY MAYIS|C R 5|CR5
MAYIS ayi RTTY Contestleri 2 adet
VOLTA WW 1200 May 10-1200 May 11
Anatolian RTTY 1800 May 16-2100 May 17

?CONTEST RTTY HAZIRAN|C R 6|CR6
HAZIRAN ayi RTTY Contestleri 2 adet
ANARTS WW 0000 Jun 14-2400 Jun 15
ARRL Field Day 1800 Jun 28-2100 Jun 29

?CONTEST RTTY TEMMUZ|C R 7|CR7
TEMMUZ ayi RTTY Contestleri 3 adet
DARC 10-Meter 1100-1700 Jul 6
North American 1800 Jul 19-0600 Jul 20
Russian WW 0000 Jul 26-2400 Jul 27

?CONTEST RTTY AGUSTOS|C R 8|CR8
AGUSTOS ayi RTTY Contestleri 3 adet
SARTG WW 0000-0800 Aug 16
SEANET 1200 Aug 16-1200 Aug 17
SCC RTTY1200 Aug 23-1159 Aug 24

?CONTEST RTTY EYLUL|C R 9|CR9
EYLUL ayi RTTY Contestleri 2 adet
DARC 10-Meter 1100-1700 Sep 7
CQ/RJ Worldwide DX 0000 Sep 27-2400 Sep 28

?CONTEST RTTY EKIM|C R 10|CR10
EKIM ayi RTTY Contestleri 2 adet
North American 0000-0400 Oct 12
JARTS WW 0000 Oct 18-2400 Oct 19

?CONTEST RTTY KASIM|C R 11|CR11
KASIM ayi RTTY Contestleri 3 adet
Ukrainian DX 1200 Nov 1-1200 Nov 2
DARC 10-Meter 1100-1700 Nov 2
WAE DX 0000 Nov 8-2359 Nov 9

# CONTEST MENUSU SONU
# TK MENUSU BASI

?TK|TELSIZ|TGM|TA
TK mudurluklerini bolge no.su ile arayin:
TA1 TA2 TA3 TA4 TA5 TA6 TA7 TA8 TA9

?TA1|TK1|TGM1
TK istanbul Bolge Mudurlugu 
Havalimani Kavsagi DTM Plaza A2 Blok 
Kat 7 Yesilkoy-iSTANBUL
Tel:0212-465 62 62 Faks:0212-465 62 76 ar

?TA2|TK2|TGM2
TK Ankara Bolge Mudurlugu 
Ulastirma Bak. 06510 Emek-ANKARA 
Tel:0312-212 60 10 Faks:0312-550 51 91 ar

?TA3|TK3|TGM3
TK izmir Bolge Mudurlugu 
Ataturk Cad.no:178 Kat:6 Pasaport-izmir 
Tel:0232-463 05 06 Fax:0232-464 81 38 ar

?TA4|TK4|TGM4
henuz kurulmadi

?TA5|TK5|TGM5
TK Mersin Bolge Mudurlugu 
ismet inonu Bulvari Kurtulus Meydani 
Klas Plaza A Blok No:178 MERSiN 
Tel:0324-237 59 97 Fax:0324-238 56 31 ar

?TA6|TK6|TGM6
TK Samsun Bolge Mudurlugu 
Kilicdede Mah. Cumhuriyet (irmak) Caddesi Nigbolu Sk. No:2 
SAMSUN Tel:0362-231 35 83 Fax:0362-231 22 95 ar

?TA7|TK7|TGM7
henuz kurulmadi

?TA8|TK8|TGM8
TK Diyarbakir Bolge Mudurlugu 
Lise Caddesi No:11 Yenisehir DiYARBAKIR 
Tel:0412-229 46 43-229 46 44 Fax:0412-229 46 42 ar

?TA9|TK9|TGM9
TK Erzurum Bolge Mudurlugu 
Ayazpasa Mah. Kuruhapan is Merkezi K5 ERZURUM 
Tel:0442-235 02 80-235 02 82 Fax:0442-235 02 83 ar

# TK MENUSU SONU
# ISTANBUL HASTANE MENUSU

?HO|HOsp|HOspital|Z|Ziek|Ziekenhuis
Hastaneler icin SSK DEVLET OZEL DOGUM 

?HA|HAstane|HAS
Hastaneler icin SSK DEVLET OZEL as
DOGUM ASKERI UNIversite TIP AMBulans ar

?SSK|SSK
Istanbul'daki SSK Hastaneleri 10 adet:
SSK Erenkoy Ruh 216-360 91 65 356 04 96 as
SSK Eyup H 212-581 01 40 563 75 38 as
SSK Goztepe Egitim H 216-302 41 46 350 12 45 as
SSK Istanbul Egitim H 212-588 44 00 632 00 60 as
SSK Istanbul Mes.Has. H 216-441 23 50 as
SSK Kartal H 216-306 68 55 389 31 71 as
SSK Okmeydani Egitim H 212-221 77 77 221 78 00 as
SSK Pasabahce H 216-322 22 10 331 08 94 as
SSK Sisli H 212-232 06 05 321 12 41 as
SSK Sureyyapasa 216-441 23 50 352 09 34 ar

?DEV|DEVLET|DE
Istanbul'daki Devlet Hastaneleri 13 adet 
Adalar Dev 216-382 62 28 as
Bakirkoy Dev 212 - 543 93 71 542 44 91 as
Beykoz Dev 216-413 63 00 331 21 95 as
Buyukada Dev 216-382 62 28 382 10 14 as
Catalca Dev 212-789 17 92 789 23 71 as
istinye Dev 212-277 49 12 277 61 11 as
Lutfiye N. Burak 212-594 12 53 594 17 67 as
Pendik Dev 216-354 45 93 354 12 32 491 29 93 as
Sagmalcilar Dev 212-567 67 74 544 35 94 as
Sariyer Dev 212-242 06 65 242 67 07 as
Sile Dev 212-711 54 44 as
Silivri Dev 212-727 21 00 727 46 63 as
Sultanbeyli Dev 216-398 47 40 398 89 70 ar

?AMB|AMBULANS
AMBulans icin arayabilecekleriniz:10 adet
AMBULANS 112 as
Adalar Bel. Deniz Amb. 216-382 70 71 as
Ambulans 2000 212-222 61 61 as
Capa Amb. 212-587 46 11 as
Helikopter 212-505 72 72 as
Hizir Acil 212-528 10 10 as
International 212-663 30 00 as
MedExprs Amb.212-489 51 48 as
MedLine Amb.212-282 00 00 as
Tesvikiye Amb.212- 231 11 44 247 20 06 AR

?DOG|DOGUM
Istanbul'daki DOGum evleri:5 adet
SSK Bakirkoy Dogum 216-543 62 70 571 47 90 as
Semiha Sakir Dogum 212-664 53 51 as
Suleymaniye Dogum 212-520 97 35 526 32 46 as
Sultancifligi N Burat Dogum 212-594 17 68 526 17 67 as
Zeynep Kamil 216-391 06 80 343 92 51 ar

?ASK|ASKER|ASKERI

Istanbul'daki ASKERI hastaneler:4 adet
Camlica Askeri H 216-325 72 50 as
GATA 216-346 26 00 as
Gumussuyu Askeri H 212-251 85 00 as
Kasimpasa Deniz H 212-254 31 50 ar

?UNI|UNIVERSITE|TIP
Istanbul'daki UNIversite hastaneleri 3 adet
Capa TIP 212-534 00 00 as 
Cerrahpaşa 212-588 48 00 as
Marmara Uni H 216-327 10 10 ar

# ISTANBUL HASTANE MENUSU SONU
# ISTANBUL ROLE DIGI BBS MENUSU

# Voice repeaters
?VO|VOice|PH|PHone|R|Relay
145.600 145.650 as
145.675 145.750 145.775 ar

?VH|VHf
145.650 145.675 145.750 145.775

?UH|UHf
439.175 439.200 439.250 439.425

# Local frequently used QRG's
?LO|LOcal|QS|QSo
TA1KB Local freq: 145.350

?TRAC|
TA1KA AYM 0-212-455 56 84 as
TA1KB TA1BI Selim 0-536 434 27 00 as
TA1E Aziz 0-532-376 57 07 ar
TA2KK TA2IK Kadir 0-532-684 08 95

?TA1KA|
TA1KA AYM 0-212-455 56 84
TA1E Aziz 0-532-376 57 07
TA1DF Huseyin 0-532-556 33 96

?TA1KB|
TA1KB TA1BI Selim 0-536 434 27 00
TA1EJ Guner 0-542-424 36 83

?TA2KK|
TA2KK TA2IK Kadir 0-532-684 08 95


?QSL|
QSL Buro TA1DX Atila 0-532 642 21 95

?BB|BBs|PA|PAcket
Paket Radyo 1k2 144.650 de QRV as
TA1IST BBS 144.650 as
TA3KK BBS 144.650 as
TA3BUR Digi 144.650 as
TA1KB Digi 144.650 ar

?R|Dxc|role
Role Gulsuyu 145.650 as
Role Kadikoy 145.675 as
Role Avcilar 145.750 ar

?DI|DIgi|APRS
TA1IST istanbul as
TA1DX-2 ikitelli as
TA2KI-TA2KOC Kocaeli as
TA2EY-2 Eskisehir as
TA1CKB-2 Bakirkoy ar

# ISTANBUL ROLE DIGI BBS MENUSU SONU