Skip to content

Instantly share code, notes, and snippets.

@philcrump
Created January 2, 2017 13:17
Show Gist options
  • Save philcrump/c643805329427e8ca04d3aa6772b3e1b to your computer and use it in GitHub Desktop.
Save philcrump/c643805329427e8ca04d3aa6772b3e1b 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=G8GKQ
;ForumPassword =password
;Locator=IO90HV
;Ville=Southampton
;DirectionAntenne=East
; Gain ->écrire 2 chiffres / write 2 digits
GainAntennedB=12
GainPreamplidB=20
;=====================================================================
; programmation des boutons de preset Symbol Rate
[SRPresetButtons]
;=====================================================================
; valeur en kSymbols / value in kSymbols
SR1Value=2000
; inscription sur le bouton
SR1Text=SR2000
SR2Value=0333
SR2Text=SR333
SR3Value=0125
SR3Text=SR125
SR4Value=04000
SR4Text=SR4000
SR5Value=1000
SR5Text=SR1000
;=====================================================================
; programmation des boutons de preset Fréquence / Frequency for preset buttons ==> 8 DIGITS!
[FreqPresetButtons]
;=====================================================================
; valeur en kHz / Value in khz >>> 8 DIGITS
Freq1Value=00731000
Offset1Value =00000000
Freq1Text=ISSCONV
Freq2Value=02395000
Offset2Value=0000000
Freq2Text=2395 MHz
Freq3Value=01255000
Offset3Value =00000000
Freq3Text=1255 MHz
Freq4Value=01844550
Offset4Value =00000000
Freq4Text=437 MHz
Freq5Value=01838550
Offset5Value =00000000
Freq5Text=10373
;=====================================================================
; 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=1
Fec34=0
Fec56=0
Fec67=0
Fec78=1
;=====================================================================
; 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=256-MPEG2
PIDVideo1=256
PIDaudio1=257
Codec1=Mpeg2
;.......................................
Station2=256-H264
PIDVideo2=256
PIDaudio2=257
Codec2=H264
;.......................................
Station3=HDlowSR
PIDVideo3=4113
PIDaudio3=4352
Codec3=H264
;.......................................
Station4=France24
PIDvideo4=605
PIDaudio4=625
Codec4=Mpeg2
;.......................................
Station5=DVB-S2_Test
PIDVideo5=256
PIDaudio5=257
Codec5=H264
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=12
; 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=10
; timer2 unit is 1/2 sec so value : 2 to 16 ==> 1 to 8 sec
timer2=6
;PLL corrector 0=no 1=yes
pllcorrection=1
; 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=0
;.......................................
; Dsave_Switch 0=OFF 1=ON
dsave_switch=0
;.......................................
; WebMonitor 0=OFF 1=ON
web_switch=0
;.......................................
;UDP_switch 0=OFF 1=ON
udp_switch=0
;.......................................
;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