X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=doc%2Fmanual%2Fserver.txt;h=57bac4a377f14b334af1ebfe12dade7a1fac2cfc;hb=40ac8d775375bd96b06a5a54cdd9829f60c8ebc4;hp=4310d3655dc028273b6955aea1748fd3c5ba9ca5;hpb=b11d79110ebea755d139406fa65e484cdc379cf0;p=openocd.git diff --git a/doc/manual/server.txt b/doc/manual/server.txt index 4310d3655d..57bac4a377 100644 --- a/doc/manual/server.txt +++ b/doc/manual/server.txt @@ -111,7 +111,7 @@ Long before OpenOCD had a TCL command line, Zylin AS built their ZY1000 devince with a built-in HTTP server. Later, they were willing to both contribute and integrate most of that work into the main tree. -@subsection serverdocsother Other Options Concidered +@subsection serverdocsother Other Options Considered What if a web browser is not acceptable ie: You want to write your own front gadget in Eclipse, or KDevelop, or PerlTK, Ruby, or what ever @@ -311,6 +311,15 @@ This section needs to be expanded. /** @page serverhttp OpenOCD HTTP Server API -This section needs to be expanded. + +Smoketest: + +configure --enable-httpd --enable-dummy --enable-ioutil + +openocd -s /usr/local/share/openocd -f httpd/httpd.tcl -f interface/dummy.cfg -f target/lpc2148.cfg + +Navigate to: http://localhost:8888/ + + */