|
|
|
@ -62,8 +62,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
// reflector ---------------------------------------------------
|
|
|
|
// reflector ---------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
#define NB_OF_MODULES 10
|
|
|
|
//#define NB_OF_MODULES 10
|
|
|
|
//#define NB_OF_MODULES NB_MODULES_MAX
|
|
|
|
#define NB_OF_MODULES NB_MODULES_MAX
|
|
|
|
|
|
|
|
|
|
|
|
// protocols ---------------------------------------------------
|
|
|
|
// protocols ---------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
@ -119,17 +119,17 @@
|
|
|
|
#define YSF_PORT 42000 // UDP port
|
|
|
|
#define YSF_PORT 42000 // UDP port
|
|
|
|
#define YSF_KEEPALIVE_PERIOD 3 // in seconds
|
|
|
|
#define YSF_KEEPALIVE_PERIOD 3 // in seconds
|
|
|
|
#define YSF_KEEPALIVE_TIMEOUT (YSF_KEEPALIVE_PERIOD*10) // in seconds
|
|
|
|
#define YSF_KEEPALIVE_TIMEOUT (YSF_KEEPALIVE_PERIOD*10) // in seconds
|
|
|
|
#define YSF_DEFAULT_NODE_TX_FREQ 437000000 // in Hz
|
|
|
|
#define YSF_DEFAULT_NODE_TX_FREQ 146237500 // in Hz
|
|
|
|
#define YSF_DEFAULT_NODE_RX_FREQ 437000000 // in Hz
|
|
|
|
#define YSF_DEFAULT_NODE_RX_FREQ 146237500 // in Hz
|
|
|
|
#define YSF_AUTOLINK_ENABLE 0 // 1 = enable, 0 = disable auto-link
|
|
|
|
#define YSF_AUTOLINK_ENABLE 1 // 1 = enable, 0 = disable auto-link
|
|
|
|
#define YSF_AUTOLINK_MODULE 'B' // module for client to auto-link to
|
|
|
|
#define YSF_AUTOLINK_MODULE 'Y' // module for client to auto-link to
|
|
|
|
|
|
|
|
|
|
|
|
// G3 Terminal
|
|
|
|
// G3 Terminal
|
|
|
|
#define G3_PRESENCE_PORT 12346 // UDP port
|
|
|
|
#define G3_PRESENCE_PORT 12346 // UDP port
|
|
|
|
#define G3_CONFIG_PORT 12345 // UDP port
|
|
|
|
#define G3_CONFIG_PORT 12345 // UDP port
|
|
|
|
#define G3_DV_PORT 40000 // UDP port
|
|
|
|
#define G3_DV_PORT 40000 // UDP port
|
|
|
|
#define G3_KEEPALIVE_PERIOD 10 // in seconds
|
|
|
|
#define G3_KEEPALIVE_PERIOD 10 // in seconds
|
|
|
|
#define G3_KEEPALIVE_TIMEOUT 3600 // in seconds, 1 hour
|
|
|
|
#define G3_KEEPALIVE_TIMEOUT (G3_KEEPALIVE_PERIOD*10) // in seconds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Transcoder server --------------------------------------------
|
|
|
|
// Transcoder server --------------------------------------------
|
|
|
|
|