Jump to content

Help with Server FAQ: Difference between revisions

From Teltonika Telematics Wiki
No edit summary
No edit summary
Line 3: Line 3:
=='''Pre-Requisites for server implementation'''==
=='''Pre-Requisites for server implementation'''==
{| class="wikitable mw-collapsible mw-collapsed" role="presentation"
{| class="wikitable mw-collapsible mw-collapsed" role="presentation"
|<strong>What are the pre-requisites for deploying devices on my server?</strong>
|<strong>What are the pre-requisites for creating a server and deploying a device?</strong>
|-
|-
|To develop the platform, below are the requirements:
|To develop the platform, below are the requirements:


#Hardware Knowledge: It can be found on our Teltonika WIKI: https://wiki.teltonika-gps.com/view/Main_Page
{| class="wikitable"
#Network Protocols: TCP/IP and UDP are the basic protocols supported by our devices. MQTT is also supported.
|-
#Knowledge about programming language is an asset, where Python, C#, JAVA can be used for Backend. MySQL can be used for the database.
! Requirement !! Description
#Skillsket for Socket Programming is an asset to develop a server.
|-
#Security: Teltonika device support TLS Encryption which can be implemented on the server side.
| Network Protocols || TCP/IP and UDP are the basic protocols supported by our devices. MQTT is also supported.
|-
| Programming Language || Knowledge about programming language is an asset, where Python, C#, JAVA can be used for Backend.  
|-
| Database || MySQL can be used for the database. Database is required to save the data incoming from different devices ( IMEIs )
|-
| Security || Teltonika device support TLS Encryption which can be implemented on the server side.
|-
| Hardware Knowledge || It can be found on our Teltonika WIKI: https://wiki.teltonika-gps.com/view/Main_Page
|}
|}



Revision as of 19:24, 12 February 2024

Server Related Questions and Tips.

Pre-Requisites for server implementation