summaryrefslogtreecommitdiffstats
path: root/JSON.mkd
diff options
context:
space:
mode:
authormgiannikouris <mgiannikouris@crosschasm.com>2015-09-14 16:51:15 -0400
committermgiannikouris <mgiannikouris@crosschasm.com>2015-09-14 16:51:15 -0400
commit9a4e51989710fc718271981dd29c58c167c80758 (patch)
treebd12aedc54ff94e63a86804bf18b9a6ee55f2205 /JSON.mkd
parent029152ad08a7466e83c419bacff2b398e24691c1 (diff)
More JSON.mkd
Diffstat (limited to 'JSON.mkd')
-rw-r--r--JSON.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/JSON.mkd b/JSON.mkd
index 4656ca3..e7bea7f 100644
--- a/JSON.mkd
+++ b/JSON.mkd
@@ -381,7 +381,7 @@ The ModemConfigurationCommand message provides three sub-messages for particular
Currently, only the ServerConnectSettings sub-message is supported in the vi-firmware's command interpreter. All other settings are currently compile-time only.
-The ServerConnectSettings command allows the user to set the host server name and port that the device will use when opening a TCP socket to upload data. This destination must be running an HTTP server similar to OpenXCWebServer, which defines a set of supported HTTP transactions where the body carries data to/from the device in the familiar OpenXC Message Format.
+The ServerConnectSettings part of ModemConfigurationCommand allows the user to set the host server name and port that the device will use when opening a TCP socket to upload data. This destination must be running an HTTP server similar to OpenXCWebServer, which defines a set of supported HTTP transactions where the body is comprised of data in the familiar OpenXC Message Format.
**Request**