-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmads.ini
More file actions
63 lines (50 loc) · 1.51 KB
/
Copy pathmads.ini
File metadata and controls
63 lines (50 loc) · 1.51 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
52
53
54
55
56
57
58
59
60
61
62
63
# ____
# / ___|___ _ __ ___ _ __ ___ ___ _ __
# | | / _ \| '_ ` _ \| '_ ` _ \ / _ \| '_ \
# | |__| (_) | | | | | | | | | | | (_) | | | |
# \____\___/|_| |_| |_|_| |_| |_|\___/|_| |_|
#
[agents]
# Settings shared by all agents
frontend_address = "tcp://localhost:9090"
backend_address = "tcp://localhost:9091"
settings_address = "tcp://localhost:9092"
timecode_fps = 25
# __ __ _ _ _ _ _
# | \/ | ___ _ __ ___ | (_) |_| |__ (_) ___
# | |\/| |/ _ \| '_ \ / _ \| | | __| '_ \| |/ __|
# | | | | (_) | | | | (_) | | | |_| | | | | (__
# |_| |_|\___/|_| |_|\___/|_|_|\__|_| |_|_|\___|
#
[broker]
frontend_address = "tcp://*:9090"
backend_address = "tcp://*:9091"
settings_address = "tcp://*:9092"
prefer_loopback_for_local_services = true
# The followings are only needed if using CURVE encryption
# auth_verbose = false
# ip_whitelist = ["127.0.0.1"] # default is empty (allow all)
# ____ _ _
# | _ \| |_ _ __ _(_)_ __ ___
# | |_) | | | | |/ _` | | '_ \/ __|
# | __/| | |_| | (_| | | | | \__ \
# |_| |_|\__,_|\__, |_|_| |_|___/
# |___/
#
[perf_assess]
pub_topic = "perf_assess"
[feedback]
# Subscribes to ALL topics
sub_topic = [""]
print_width = 0
indent_width = 2
[source]
python_module = "source"
period = 500
[filter]
python_module = "filter"
port = "undefined"
sub_topic = ["source"]
[sink]
python_module = "sink"
sub_topic = [""]