//------------------------------------------------ // pComms_client config block ProcessConfig = pComms_client { AppTick = 4 CommsTick = 4 //ClientSocket as integer ClientSocket = 11112 //ClientIP in string format ClientIP = 192.168.1.50 //ServerSocket as integer ServerSocket = 11111 //ServerIP in string format ServerIP = 192.168.1.50 //Define MOOS Variable and Value //to trigger sending audio to server //if not specified, defaults to //MOOS Variable = "SEND" //Value = "TRUE" SEND_VOICE_ON_VARNAME = SEND_VOICE SEND_VOICE_ON_VALUE = TRUE }