Torsten Dreyer
e46764624d
Move the web gui to its own folder
...
serve FGDATA/webgui as url /gui/ and move the files
out of FGDATA/Docs (which was a bad place for those).
2014-03-14 21:15:51 +01:00
Torsten Dreyer
2f4da2fd49
Overhauled radio webgui: use websockets and fgcommands
2014-03-12 22:45:35 +01:00
Torsten Dreyer
188843cb78
webgui radio: fixes and code format
...
access properties by index
reformatted js
2014-03-08 15:01:50 +01:00
Torsten Dreyer
3341ee6c52
webgui: don't hide global props object
2014-03-07 22:25:23 +01:00
Torsten Dreyer
bcbf080388
webgui: improve the radio form
...
* use the new recursive json request feature
to spare many requests.
* add some microdocumentation to the code
2014-03-07 22:22:01 +01:00
Torsten Dreyer
0ea6d47156
Add a sample JSON based web form
...
This is a sample for the new httpd and it's JSON capability.
Need to run fgfs with --httpd=<YourHttpPort> and point your browser
at http://localhost :<YourHttpPort>/gui/radio.html
2014-03-07 12:07:13 +01:00