-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexamples.json
More file actions
51 lines (51 loc) · 1.27 KB
/
examples.json
File metadata and controls
51 lines (51 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[
{
"name": "Publisher",
"path": "examples/pub.cpp"
}, {
"name": "Subscriber",
"path": "examples/sub.cpp"
}, {
"name": "Subscriber (sync)",
"path": "examples/sub_sync.cpp"
}, {
"name": "RPC Server",
"path": "examples/rpc_server.cpp"
}, {
"name": "RPC Client",
"path": "examples/rpc_client.cpp"
}, {
"name": "PRPC Server",
"path": "examples/prpc_server.cpp"
}, {
"name": "PRPC Client",
"path": "examples/prpc_client.cpp"
}, {
"name": "Publisher",
"path": "examples/pub.py"
}, {
"name": "Subscriber",
"path": "examples/sub.py"
}, {
"name": "Subscriber (sync)",
"path": "examples/sub_sync.py"
}, {
"name": "RPC Server",
"path": "examples/rpc_server.py"
}, {
"name": "RPC Client",
"path": "examples/rpc_client.py"
}, {
"name": "PRPC Server",
"path": "examples/prpc_server.py"
}, {
"name": "PRPC Client",
"path": "examples/prpc_client.py"
}, {
"name": "Subscriber (asyncio)",
"path": "examples/sub.aio.py"
}, {
"name": "RPC Client (asyncio)",
"path": "examples/rpc_client.aio.py"
}
]