Skip to content

Commit

Permalink
link to web server project
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsman committed Sep 15, 2015
1 parent b8ef51c commit 85208d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSON.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 85208d3

Please sign in to comment.