Changes

16 bytes added ,  12:47, 10 February 2023
no edit summary
Line 10: Line 10:  
As this Codec is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language-independent but uses conventions that are widely known to programmers of the C family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal language for data exchange.<br>
 
As this Codec is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language-independent but uses conventions that are widely known to programmers of the C family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal language for data exchange.<br>
 
JSON is an open standard file format and data exchange format used between FMBXXX devices and AWS IoT Shadow Service:<br>
 
JSON is an open standard file format and data exchange format used between FMBXXX devices and AWS IoT Shadow Service:<br>
Its basic principles are:<br>
+
<br>
 
+
'''Its basic principles are:'''<br>
 
* AVL data will be uploaded to Amazon Web Services IOT Shadow service.<br>
 
* AVL data will be uploaded to Amazon Web Services IOT Shadow service.<br>
 
* AVL data is JSON key-value based<br><br>
 
* AVL data is JSON key-value based<br><br>
Line 46: Line 46:  
[[https://wiki.teltonika-gps.com/view/Getting_Started_with_AWS_IoT_Core#Provision_the_Device_with_credentials]]  
 
[[https://wiki.teltonika-gps.com/view/Getting_Started_with_AWS_IoT_Core#Provision_the_Device_with_credentials]]  
   −
'''Codec JSON Structure'''
+
==='''Codec JSON Structure'''===
 
  JSON format:                                                                                                                                      {                                                                                                                                                                                      "reported": { - object as per AWS shadow documentation
 
  JSON format:                                                                                                                                      {                                                                                                                                                                                      "reported": { - object as per AWS shadow documentation
 
     "tcxn": {
 
     "tcxn": {

Navigation menu