Skip to content

Instantly share code, notes, and snippets.

@philcrump
Created January 2, 2017 13:14
Show Gist options
  • Save philcrump/59f1b4d9bc05f395802764c1f047e840 to your computer and use it in GitHub Desktop.
Save philcrump/59f1b4d9bc05f395802764c1f047e840 to your computer and use it in GitHub Desktop.
;=====================================================================
[Language]
;=====================================================================
; Français ou/or English
Langue=English
;Langue=Français
;=====================================================================
[TSbuffer]
;=====================================================================
; Nombre de buffers de 1316 octets pour le transfert du TS --- mettre valeur 2 à 30
; number of 1316 bytes buffers used for TS transfert --- use a value 2 to 30
Totalbuffers=6
;=====================================================================
;=====================================================================
[WebMonitoring]
;=====================================================================
; station Identificateur : mettre un nombre de 1 à N suivant le nombre de stations Tutioune que vous avez - pour les distinguer
;Station Idendificator: write a number 1 to N suiting number of Tutioune Station you have - for distinguish them
Station_ID=1
; OM_ID:give only your OM you call sign, maximum 7 letters accepted
; this call sign must be the same you have used for regsitering to vivadatv.org
; OM_ID:mettez uniquement votre indicatif Radio amateur, maximum 7 lettres sont acceptées
; cet indicatif doit être celui avec lequel vous vous êtes enregistré sur vivadatv.org
; use same password as you use for vivadatv forum/ utilisez le même mot de passe que pour le forum vivadatv
OM_ID=G8GTZ
ForumPassword =**password**
Locator= IO70JB
Ville=Goonhilly
DirectionAntenne=3.8 mt dish
; Gain ->écrire 2 chiffres / write 2 digits
GainAntennedB=35
GainPreamplidB=20
;=====================================================================
; programmation des boutons de preset Symbol Rate
[SRPresetButtons]
;=====================================================================
; valeur en kSymbols / value in kSymbols
SR1Value=2000
; inscription sur le bouton
SR1Text=2000
SR2Value=0500
SR2Text=SR500
SR3Value=2000
SR3Text=SR2000
SR4Value=04000
SR4Text=SR4000
SR5Value=27500
SR5Text=SR27500
;=====================================================================
; programmation des boutons de preset Fréquence / Frequency for preset buttons ==> 8 DIGITS!
[FreqPresetButtons]
;=====================================================================
; valeur en kHz Value in khz >>> 8 DIGITS
Freq1Value=02395000
; Kuhne MKU23 offset
Offset1Value=00916500
; button name
Freq1Text=2395 Mhz
Freq2Value=02422000
; Kuhne MKU23 offset
Offset2Value=00916500
; button name
Freq2Text=2422 Mhz
;
Freq3Value=02437000
; Kuhne MKU23 offset
Offset3Value=00916500
; button name
Freq3Text=2437 Mhz
Freq4Value=02369000
; Kuhne MKU23 offset
Offset4Value=00916500
; button name
Freq4Text=2369 Mhz
Freq5Value=03408000
; c band
Offset5Value=05150000
; button name
Freq5Text=3408 Mhz
;=====================================================================
; liste des Fec qui seront scannés 0=non, 1=oui / list of FEC allowed to scan 0=No 1 = Yes
[FecAcceptedValues]
;=====================================================================
Fec12=1
Fec23=0
Fec34=0
Fec56=0
Fec67=0
Fec78=0
;=====================================================================
; adresse UDP / UDP address
[UDP]
;=====================================================================
;AddrUDP=230.0.0.1
AddrUDP=127.0.0.1
Port=1234
; mettre ici l'IP que vous utilisez pour faire l'envoi : localIP
; cela sert dans le cas ou vous avez plusieurs réseaux locaux comme chez moi
; un réseau wifi pour Internet et un réseau local en ethernet
; NE METTRE QUE SI VOUS AVEZ BIEN VERIFIE VOTRE IP DE VOTRE CONNEXION RESEAU
;LocalIP=192.168.1.11
;=====================================================================
; PID
[PIDs]
;=====================================================================
; autoPId quand le logiciel démarre? yes ou no
; autoPID when starting software = yes or no
AutoPID=yes
;.......................................
; nombre de stations / number of stations -----> MAXIMUM 6
NbStationsIni=6
Station1=F6DZP-Mpeg2
PIDVideo1=1001
PIDaudio1=1002
Codec1=Mpeg2
;.......................................
Station2=F6DZP-H264
PIDVideo2=1001
PIDaudio2=1002
Codec2=H264
;.......................................
Station3=HDlowSR
PIDVideo3=4113
PIDaudio3=4352
Codec3=H264
;.......................................
Station4=France24
PIDvideo4=605
PIDaudio4=625
Codec4=Mpeg2
;.......................................
Station5=QRZ DX
PIDVideo5=33
PIDaudio5=49
Codec5=Mpeg2
Station6=RaspberryPi
PIDVideo6=1001
PIDaudio6=1000
Codec6=H264
;=====================================================================
;scan parameters
[scan]
;=====================================================================
; range/course affect the nbr of KHz the derotator will explore for locking
;value is between 5 and 12
range1=10
; timer1 unit is 1 sec, timing between each scanning start value 2 to 16 sec
timer1=8
; range2 = afterlock, value : 0 to 8 0=freeze on freq
range2=5
; timer2 unit is 1/2 sec so value : 2 to 16 ==> 1 to 8 sec
timer2=5
;PLL corrector 0=no 1=yes
pllcorrection=0
; default scan mode: wide or narrow
scanmode=wide
; SR search mode A ou/or B
searchmode=A
;=====================================================================
; Ici on peut prérégler les boutons / Here you can preset buttons
[buttons]
;=====================================================================
; ISSmode
;utilisé pour suivre l'egffet Doppler et corriger le bug HAmTV oui/yes(1) Non/No : (0)
;used for ISS doppler effect and HamTV bug correction Non/No : (0) oui/yes(1)
issmode=1
;.......................................
; Dsave_Switch 0=OFF 1=ON
dsave_switch=1
;.......................................
; WebMonitor 0=OFF 1=ON
web_switch=1
;.......................................
;UDP_switch 0=OFF 1=ON
udp_switch=1
;.......................................
;Record_switch 0=OFF 1=ON
record_switch=0
;.......................................
;22 kHz 0=OFF 1=ON 2= ON when TS OK
22kHz_switch=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment