1- <!-- ---------------------------------------------------------------------------
2- Copyright Butterfly Energy Systems 2014-2015.
3- Distributed under the Boost Software License, Version 1.0.
4- (See accompanying file LICENSE_1_0.txt or copy at
5- http://www.boost.org/LICENSE_1_0.txt)
6- ---------------------------------------------------------------------------- -->
7-
81CppWAMP
92=======
103
114C++11 client library for the [ WAMP] [ wamp ] protocol.
125
136** Features** :
7+
148- Supports the [ WAMP Basic Profile] [ wamp-basic ]
159- Roles: _ Caller_ , _ Callee_ , _ Subscriber_ , _ Publisher_
1610- Transports: TCP and Unix domain raw sockets (with and without handshaking support)
@@ -23,6 +17,7 @@ C++11 client library for the [WAMP][wamp] protocol.
2317- Permissive license (Boost)
2418
2519** Dependencies** :
20+
2621- [ Boost.Asio] [ boost-asio ] for raw socket transport
2722- [ Boost.Endian] [ boost-endian ] (requires [ Boost] [ boost ] 1.57.0 or greater)
2823- [ RapidJSON] [ rapidjson ]
@@ -51,11 +46,13 @@ CHANGE WITHOUT WARNING.**
5146
5247Installation
5348-------------
49+
5450- [ Using as a Header-Only Library] ( https://github.com/ecorm/cppwamp/wiki/Header-Only-Use )
5551- [ Building Library, Unit Tests, and Examples] ( https://github.com/ecorm/cppwamp/wiki/Building )
5652
5753Documentation
5854-------------
55+
5956- [ Tutorial] ( https://github.com/ecorm/cppwamp/wiki/Tutorial )
6057- [ Reference Documentation] ( http://ecorm.github.io/cppwamp/doc/index.html )
6158
@@ -170,4 +167,4 @@ DEALINGS IN THE SOFTWARE.
170167```
171168
172169* * *
173- _Copyright © Butterfly Energy Systems, 2014-2015_
170+ _Copyright © Butterfly Energy Systems, 2014-2015_
0 commit comments