summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Marsman <emarsman@gmail.com>2015-09-15 10:04:24 -0400
committerEric Marsman <emarsman@gmail.com>2015-09-15 10:04:24 -0400
commit85208d33213e1932f3ae160310f751f1e5c064f6 (patch)
tree33605b1dfab230c850e5de436963478b0d09107b
parentb8ef51cbb818c6fa91c83e0f06b2f6fde9804609 (diff)
link to web server project
-rw-r--r--JSON.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/JSON.mkd b/JSON.mkd
index 3f13f881..831ac505 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 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.
+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](https://github.com/openxc/openxc-azure-webserver), which defines a set of supported HTTP transactions where the body is comprised of data in the familiar OpenXC Message Format.
**Request**