Difference between revisions of "Help with Server FAQ"
Lohit.mahay (talk | contribs) |
Lohit.mahay (talk | contribs) |
||
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 | + | |<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: | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | ! Requirement !! Description | |
− | + | |- | |
− | + | | 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
What are the pre-requisites for creating a server and deploying a device? | ||||||||||||||||||||||||||||||
To develop the platform, below are the requirements:
Server Requirements
Documentation
Implementation
Communication with server
Troubleshooting Data
Common Mistakes
ACK Requirements
Communication over GPRS
RAW Data Example
|