WebDMA was created to allow our FIRST Robotics team to tune our robot in an easy to use and intuitive way via any modern web browser.
Using C++ operator overloading, WebDMA provides proxy objects that your application can use as normal variables which can be manipulated or displayed by your application via a configurable jQuery/javascript powered Web 2.0 interface hosted by an lightweight embedded web server.
Despite that WebDMA was specifically created for use in FIRST Robotics on the NI-cRio/vxWorks platform, it uses the Boost ASIO portable networking library and Boost Thread portable threads library and is usable on any platform supported by these Boost libraries (tested on Boost 1.38, requires a patch for vxWorks).
A non-functional (but very shiny) demo of the interface is available at
http://www.virtualroadside.com/botface/index.html
I've created a google code project for this,
http://code.google.com/p/webdma/ . Theres currently nothing there yet except the contents of this post, but I just need to import the code into SVN from our team's private SVN (I'm hoping to do this tonight).