top of page

; MORCONI Config file for AllRigs SERVER
; Version 2.2
;
; N5NHJ/I8NHJ January 10, 2026
;
; --------------------------------------------------
; Network and server identity
; --------------------------------------------------
ServerIP: 192.0.0.1                ; Server IP address
ServerGateway: 192.0.0.254         ; Network gateway

ServerMask: 255.255.255.0          ; Network subnet mask
ServerPort: 57373                  ; Server TCP port
; --------------------------------------------------
; Network timing and reliability
; --------------------------------------------------
NetworkDelay: 50                   ; Network delay compensation (do not exceed 250 ms)
; --------------------------------------------------
; Keying and PTT control
; --------------------------------------------------
PTTDelay: 400                      ; PTT assertion delay in milliseconds. Default: 300 ms
WatchDog: 15                       ; PTT watchdog timeout in seconds. Disables PTT if TX gets stuck
KeyPin: 0                          ; MorCoNI pin used for CW keying. Default: 0
PTTPin: 1                          ; MorCoNI pin used for PTT. Default: 1
; --------------------------------------------------
; Debug and diagnostics
; --------------------------------------------------
ServerDebug: FALSE                 ; Enable debug messages on the Teensy serial console
RemoteDebug: FALSE                 ; Enable debug messages from remote clients
; --------------------------------------------------
; Client access control
; --------------------------------------------------
; Whitelist: 11.22.33.44           ; Client IP allowed to connect to this server
; Whitelist: 10.10.10.2            ; Maximum of 10 whitelist entries supported
; Whitelist: 192.168.1.50          ; Uncomment to activate whitelist filtering

ent to activate

bottom of page