]> git.mxchange.org Git - flightgear.git/commit
httpd: update mongoose and websockets
authorTorsten Dreyer <torsten@t3r.de>
Wed, 12 Mar 2014 21:39:37 +0000 (22:39 +0100)
committerTorsten Dreyer <torsten@t3r.de>
Wed, 12 Mar 2014 21:39:37 +0000 (22:39 +0100)
commit7132947d167d15b7a5ff8ae196207aeadb538232
tree5772e06af93584ffa5ae2a500dfb0b9f9dd4b972
parent275d2dc7fafdb98411d72d37e0575fcdf1de6bb5
httpd: update mongoose and websockets

* mongoose updated to 5.3
* first stab at implementing websockets, here a property change listener
  websocket. This websocket is at ws://yourhost:yourport/PropertyListener
  see FGDATA/Docs/gui/radio.html for an example
13 files changed:
3rdparty/mongoose/mongoose.c
3rdparty/mongoose/mongoose.h
src/Network/http/CMakeLists.txt
src/Network/http/JsonUriHandler.cxx
src/Network/http/PropertyChangeObserver.cxx [new file with mode: 0644]
src/Network/http/PropertyChangeObserver.hxx [new file with mode: 0644]
src/Network/http/PropertyChangeWebsocket.cxx [new file with mode: 0644]
src/Network/http/PropertyChangeWebsocket.hxx [new file with mode: 0644]
src/Network/http/RunUriHandler.cxx
src/Network/http/Websocket.hxx [new file with mode: 0644]
src/Network/http/httpd.cxx
src/Network/http/jsonprops.cxx [new file with mode: 0644]
src/Network/http/jsonprops.hxx [new file with mode: 0644]