top of page

; MORCONI AllRigs Config file - Client
; Version 1.5
;
; N5NHJ Feb 1, 2025
;
Debounce: 0                     ; 0 if using Electronic Keyers, 30ms should be ok for straight key or "bug", 5ms for paddles (Default=0) 
Sidetone: ON                    ; ON, OFF
Sidetone Freq: 600              ; Hz 100 - 2000
Sidetone Volume: 80             ; 0 - 100
Keyer Enabled: 0                ; MORCONI internal keyer 0=disabled, 1=IAMBIC, 2=CURTIS A, 3=CURTIS B, 4=LOGIKEY CMOS SUPERKEYER, 5=ULTIMATIC
Keyer Minspeed: 15              ; Min speed for the internal keyer 
Keyer Maxspeed: 45              ; Max speed for the internal keyer
Keyer Weight: 50                ; dot/space ratio
Keyer Reverse: FALSE            ; Reverse the Dot/Dash pins
Keyer KFactor: 0                ; milliseconds to compensate for Transmitter delay
Keyer LogiFactor: 33            ; Logikeyer Dash memory delay, % of the dash time. Very sensitive!
PCKeyer: 0                      ; Computer keying option 0=disabled, 1=RTS, 2=DTR
Memory0: CQ DE N5NHJ K          ; Memory button 0
Memory1: 5NN                    ; Memory button 1
Memory2: TU                     ; Memory button 2
Memory3: DE N5NHJ               ; Memory button 3

Use DNS: FALSE                  ; Enable or disable MORCONI Server name DNS lookup

ServerURL: MyRadio.MyDomain.net ; Local or remote MORCONI Server DNS name (URL)     
ServerIP: 10.10.10.1            ; Local or remote MORCONI Server IP Address
ServerPort: 57373               ; Local or remote MORCONI Server API port
Static IP: FALSE                ; True, False. Static IP or DHCP configuration for the Teensy interface
ClientDebug: FALSE              ; Enable debug messages to the Teensy serial console
; The following TCP/IP parameters are used only if Static IP is true or if the DHCP server is not responding
ClientIP: 10.10.10.2    
ClientGateway: 10.10.10.254
ClientMask: 255.255.255.0

ClientDNS: 8.8.8.8                                                             

bottom of page