Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
/ wampp Public archive

WAMPP is a C++ library that implements the Websocket Application Messaging Protocol (http://wamp.ws/spec/) Version 1

License

Notifications You must be signed in to change notification settings

Orange-OpenSource/wampp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAMPP: A WAMP V1 C++ library

##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.

Linux Build Instructions

Prerequisites:

  1. Clone the WAMPP repository

    git clone scheme://path/to/wampp

  2. Enter the WAMPP directory

    cd wampp

  3. Build

    autoreconf -i && ./configure && make

About

WAMPP is a C++ library that implements the Websocket Application Messaging Protocol (http://wamp.ws/spec/) Version 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published