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
-
8
1
CppWAMP
9
2
=======
10
3
11
4
C++11 client library for the [ WAMP] [ wamp ] protocol.
12
5
13
6
** Features** :
7
+
14
8
- Supports the [ WAMP Basic Profile] [ wamp-basic ]
15
9
- Roles: _ Caller_ , _ Callee_ , _ Subscriber_ , _ Publisher_
16
10
- 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.
23
17
- Permissive license (Boost)
24
18
25
19
** Dependencies** :
20
+
26
21
- [ Boost.Asio] [ boost-asio ] for raw socket transport
27
22
- [ Boost.Endian] [ boost-endian ] (requires [ Boost] [ boost ] 1.57.0 or greater)
28
23
- [ RapidJSON] [ rapidjson ]
@@ -51,11 +46,13 @@ CHANGE WITHOUT WARNING.**
51
46
52
47
Installation
53
48
-------------
49
+
54
50
- [ Using as a Header-Only Library] ( https://github.com/ecorm/cppwamp/wiki/Header-Only-Use )
55
51
- [ Building Library, Unit Tests, and Examples] ( https://github.com/ecorm/cppwamp/wiki/Building )
56
52
57
53
Documentation
58
54
-------------
55
+
59
56
- [ Tutorial] ( https://github.com/ecorm/cppwamp/wiki/Tutorial )
60
57
- [ Reference Documentation] ( http://ecorm.github.io/cppwamp/doc/index.html )
61
58
@@ -170,4 +167,4 @@ DEALINGS IN THE SOFTWARE.
170
167
```
171
168
172
169
* * *
173
- _Copyright © Butterfly Energy Systems, 2014-2015_
170
+ _Copyright © Butterfly Energy Systems, 2014-2015_
0 commit comments