Telemetry Config¶
-
TELEMETRY_CSP_ADDRESS
1¶ Address used for the current CSP instance
-
TELEMETRY_CSP_CLIENT_ADDRESS
2¶ Address used for the current CSP instance
-
MESSAGE_QUEUE_SIZE
10¶ Size of incoming telemetry message queue
-
TELEMETRY_INTERNAL_PORT
20¶ Port number used for the telemetry server’s internal connections
-
TELEMETRY_EXTERNAL_PORT
10¶ Port number used for telemetry’s external socket connections
-
TELEMETRY_SOCKET_PORT
8199¶ TCP socket port number used by telemetry server under Linux
-
TELEMETRY_SUBSCRIBERS_MAX_NUM
((CSP_CONN_MAX / 2) - 1)¶ Max number of subscribers supported
-
TELEMETRY_SUBSCRIBER_READ_ATTEMPTS
10¶ Number of subscriber read attempts
-
TELEMETRY_RX_THREAD_STACK_SIZE
1000¶ Stack size of thread for receiving incoming messages
-
TELEMETRY_RX_THREAD_PRIORITY
2¶ Priority of thread for receiving incoming messages
-
TELEMETRY_BUFFER_SIZE
256¶ Standard telemetry buffer size