Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
W wiki
  • Project overview
    • Project overview
    • Details
    • Activity
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
Collapse sidebar
  • pub
  • wiki
  • Wiki
  • avl_rest_json_howto

avl_rest_json_howto · Changes

Page history
Update avl_rest_json_howto authored Feb 14, 2018 by Saleh Mohamad's avatar Saleh Mohamad
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 6 deletions
+6 -6
  • avl_rest_json_howto.md avl_rest_json_howto.md +6 -6
  • No files found.
avl_rest_json_howto.md
View page @ f1340835
...@@ -73,7 +73,7 @@ Content-Length: 776 ...@@ -73,7 +73,7 @@ Content-Length: 776
``` ```
PFAL command example to send JSON data PFAL command example to send JSON data
``` ```
$PFAL,TCP.JSON.Send,"http://62.91.82.12:4451/dashboard/info.php",0,"{\'title\':\'FOX3 sends JSON message directly\',\'body\':\'IMEI\':&(IMEI),\'IGN\':&(IO8),\'Lat\':&(Lat),\'Lon\':&(Lon),\'Spd\':&(Speed.kmh)km/h,\'Power\':&(Power)V,\'}" $PFAL,TCP.JSON.Send,"http://62.91.82.12:4451/dashboard/info.php",0,"{\'title\':\'FOX3 sends JSON message directly\',\'body\':\'IMEI\':&(IMEI),\'IGN\':&(IO8),\'Lat\':&(Lat),\'Lon\':&(Lon),\'Spd\':&(Speed.kmh)km/h,\'Power\':&(Power)V,}"
``` ```
...@@ -83,17 +83,17 @@ POST /dashboard/info.php HTTP/1.0 ...@@ -83,17 +83,17 @@ POST /dashboard/info.php HTTP/1.0
HOST: 62.91.82.12 HOST: 62.91.82.12
User-Agent: AVL/3.0 User-Agent: AVL/3.0
Content-Type: application/json; charset=utf-8 Content-Type: application/json; charset=utf-8
Content-Length: 149 Content-Length: 148
{ {
"title": "FOX3 sends JSON message directly", "title": "FOX3 sends JSON message directly",
"body": "IMEI": 359486060345574, "body": "IMEI": 359486060345574,
"IGN": 1, "IGN": 1,
"Lat": 50.6734740, "Lat": 50.6735004,
"Lon": 10.9809194, "Lon": 10.9808853,
"Spd": 0.04km/h, "Spd": 0.04km/h,
"Power": 15.149V, "Power": 15.149V,
"}
}
``` ```
\ No newline at end of file
Clone repository
  • AVL Filesystem
  • BOLERO40_GNSS_improvement
  • BOLERO40_improvement_of_the_GNSS_performance
  • NFC_commands,_event,_dynamic_variable
  • Promotion_Kit_Settings
  • Workbench Mac Installation Readme
  • avl_aes_key_handling
  • avl_ble
  • avl_blueid
  • avl_config_commented_1
  • avl_ecodrive
  • avl_feature_list
  • avl_frp_main
  • avl_fw_update
  • avl_premium_feature_cpc
View All Pages