top of page

; MORCONI AllRigs Config file - Server
; Version 1.1
;
; N5NHJ Feb 1, 2025
;

ServerIP: 10.10.10.1    
ServerGateway: 10.10.10.254
ServerMask: 255.255.255.0
ServerPort: 57373               ; Server port
NetworkDelay: 50                ; do not exceed 250ms
PTTDelay: 400                   ; default 300ms
WatchDog: 15                    ; default 15 secs

KeyPin: 0                       ; Teensy board PIN for Keying. Default is 0.

PTTPin: 1                       ; Teensy board PIN for PTT. Default is 1.
ServerDebug: FALSE              ; Enable debug messages to the Teensy serial console
RemoteDebug: FALSE
; Whitelist: 11.22.33.44        ; Clients allowed to connect to this server.
; Whitelist: 10.10.10.2         ; Max 10 clients
; WhiteList: 192.168.1.8        ; Uncomment to activate

bottom of page