openocd/src/server/httpd
zwelch f5e028bc46 Remove duplicate definition of encode in httpd.tcl.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1749 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-11 22:37:52 +00:00
..
menu_cuts httpd wip 2008-12-22 15:10:18 +00:00
browsemem.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
build.sh - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
downloadmem.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
editconfigs.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
editfile.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
erase.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
flash.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
flashinfo.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
guiupload.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
html2tcl.sh - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
httpd.tcl Remove duplicate definition of encode in httpd.tcl. 2009-05-11 22:37:52 +00:00
index.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
log.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
menu.xml - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
menu.xsl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
menuweb.css - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
openocd.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
preconfig.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
production.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
readme.txt - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
reload.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
run.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
Stylizer.class - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
Stylizer.java eol-style native 2009-04-28 06:28:39 +00:00
support.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
targets.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
terminal.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00
upgrade.tcl - add missing svn props from r1270 commit 2008-12-23 12:52:14 +00:00

work in progress... stay tuned....


1. To build .tcl pages. This will convert menu.xml and menu.xsl into
lots of .html pages w/embedded tcl, which are then inverted into
tcl with embedded html.

sh build.sh

xalan.jar can be gotten from apache.org. 


2. libmicrohttpd is a bit tricky to build under Cygwin:

https://gnunet.org/mantis/view.php?id=1440

3. To test:

../openocd/configure --enable-httpd --enable-dummy  --enable-ioutil
make
make install
openocd  -f httpd/httpd.tcl -c "interface dummy" -f target/at91eb40a.cfg

4. Point browser to: http://localhost:8888