Package Summary

Tags No category tags.
Version 0.0.2
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/WPI-RAIL/async_web_server_cpp.git
VCS Type git
VCS Version hydro-devel
Last Updated 2015-01-06
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Asynchronous Web/WebSocket Server in C++

Additional Links

Maintainers

  • Russell Toris

Authors

  • Mitchell Wills

async_web_server_cpp Build Status

Asynchronous Web/WebSocket Server in C++

An implementation of an HTTP web server in C++ built on top of the Boost.Asio Library. It also provides the ability to handle websocket upgrade requests.

For full documentation, see the ROS wiki.

Doxygen files can be found on the ROS wiki.

License

async_web_server_cpp is released with a BSD license. For full terms and conditions, see the LICENSE file.

Authors

See the AUTHORS file for a full list of contributors.

CHANGELOG

Changelog for package async_web_server_cpp

0.0.2 (2015-01-06)

  • Merge pull request #3 from mitchellwills/develop Added support for specifying additional headers when creating static request handlers
  • Added some comments to the HTTP reply methods
  • Added support for specifying additional headers when creating static request handlers
  • Contributors: Mitchell Wills, Russell Toris

0.0.1 (2014-12-02)

  • OCD clenup
  • Merge pull request #2 from mitchellwills/develop Few small fixes
  • Fixed message processing so close message is actually passed through
  • Fixed potential memory leak from boost shared_ptr misuse
  • Merge pull request #1 from mitchellwills/develop Import of initial implementation from webrtc_ros repo
  • Fixed install directives
  • Added some documentation
  • Added more metadata files
  • Cleaned up file formatting
  • Fixed compilation error on 12.04
  • Added boost dependancy
  • Added travis configuration
  • Package cleanup
  • renamed package to async_web_server_cpp
  • Initial import of cpp_web_server from webrtc_ros
  • Initial commit
  • Contributors: Mitchell Wills, Russell Toris

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged async_web_server_cpp at Robotics Stack Exchange