##Copyright Orange 2014, all Rights Reserved
WAMPP is a C++ library that implements the Websocket Application Messaging Protocol (http://wamp.ws/spec/) Version 1. It allows integrating WAMPP client and server functionality into C++ programs. WAMPP is based on Websocket++ and Rapidjson.
Note that the WAMP V1 protocol has been deprecated: this library is therefore merely archived here to provide a basis for a newest WAMP V2 implementation.
Prerequisites:
-
Clone the WAMPP repository
git clone scheme://path/to/wampp
-
Enter the WAMPP directory
cd wampp
-
Build
autoreconf -i && ./configure && make