Changes

no edit summary
Line 40: Line 40:  
*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 inner workings are similar, in both TCP and UDP the device still waits and responds to the packets sent from server, but the network data is lower due to Network layer is being used in TCP or UDP by CFG.
+
*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 UPD doesn't need additional confirmation from server side, that the data packet was received. TCP has that, and uses more network data for the confirmation. Protocol to use can be select through CFG.
 
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.
Line 66: Line 66:  
*Server Port  
 
*Server Port  
 
Backup server Protocol:
 
Backup server 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 inner workings are similar, in both TCP and UDP the device still waits and responds to the packets sent from server, but the network data is lower due to Network layer is being used in TCP or UDP by CFG.  
+
*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 UPD doesn't need additional confirmation from server side, that the data packet was received. TCP has that, and uses more network data for the confirmation. Protocol to use can be select through CFG.
 
Encryption:
 
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.