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 Nov 15, 2017 by Guido Voigt's avatar Guido Voigt
Hide whitespace changes
Inline Side-by-side
Showing with 12 additions and 10 deletions
+12 -10
  • avl_rest_json_howto.md avl_rest_json_howto.md +12 -10
  • No files found.
avl_rest_json_howto.md
View page @ 67d36c7a
# HowTo use REST/JSON # HowTo use REST/JSON
## simple send position data
PFAL command example
```
TCP.JSON.Flush,"http://testserver.com/json",0,":{\'LAT\':&(LastLat),\'LON\':&(LastLon),\'IMEI\':&(IMEI),\'IGN\':&(IO8)}"
```
HTTP POST
```
TBD
```
## REST specific PFAL commands ## REST specific PFAL commands
* command to sent HTTP REST with URL encodiong * command to sent HTTP REST with URL encodiong
...@@ -47,3 +37,15 @@ TCP.JSON.Flush,"<URL>",<enableBodyEncryption>,"<Parameter-String>" ...@@ -47,3 +37,15 @@ TCP.JSON.Flush,"<URL>",<enableBodyEncryption>,"<Parameter-String>"
send unsent data as MultiMsg JSON send unsent data as MultiMsg JSON
<Parameter-String> : JSON with additional marker as placeholder <Parameter-String> : JSON with additional marker as placeholder
for stored single data lines {<optional additional JSON>,<d4fb>} for stored single data lines {<optional additional JSON>,<d4fb>}
## EXAMPLE
### simple send position data
PFAL command example
```
TCP.JSON.Flush,"http://testserver.com/json",0,":{\'LAT\':&(LastLat),\'LON\':&(LastLon),\'IMEI\':&(IMEI),\'IGN\':&(IO8)}"
```
HTTP POST
```
TBD
```
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