Changes

no edit summary
Line 35: Line 35:  
*Server Port  
 
*Server Port  
 
Protocol:
 
Protocol:
*Defines GPRS data transport protocol,  used for data transfers – <span style="color:#F6A83E">TCP</span> or <span style="color:#F6A83E">UDP</span>. From the device side TCP and UDP work almost the same, only difference is that UDP doesn't need additional confirmation from the server side, that the data packet was received. TCP has that, and uses more network data for the confirmation. The desired data transfer protocol can be selected through the configurator.
+
*Defines GPRS data transport protocol,  used for data transfers – <span style="color:#F6A83E">TCP</span> or <span style="color:#F6A83E">UDP</span>. From the device side TCP and UDP work almost the same, only difference is that UDP doesn't need additional confirmation from the server side, that the data packet was received. TCP has that, and uses more network data for the confirmation. The desired data transfer protocol can be selected through the configurator. <span style="color:#F6A83E">MQTT</span> To send data over MQTT.
*<span style="color:#F6A83E">MQTT</span> To send data over MQTT.
   
TLS encryption:
 
TLS encryption:
 
*An additional option is the use of TLS encryption for sending records to the main server and backup server.
 
*An additional option is the use of TLS encryption for sending records to the main server and backup server.