updated config files
This commit is contained in:
parent
8711d45ab6
commit
0aa866d394
|
@ -0,0 +1,3 @@
|
|||
[chaosc]
|
||||
ipv4_only = True
|
||||
subscription_file = ~/dev/psychose/config_files/targets.config
|
|
@ -0,0 +1,31 @@
|
|||
[chaosc_ctl]
|
||||
ipv4_only = True
|
||||
client_host = lucas
|
||||
client_port = 11111
|
||||
chaosc_host = chaosc
|
||||
|
||||
[chaosc_dump]
|
||||
ipv4_only = True
|
||||
client_host = lucas
|
||||
client_port = 11112
|
||||
subscribe = True
|
||||
chaosc_host = chaosc
|
||||
|
||||
[chaosc_emitter]
|
||||
ipv4_only = True
|
||||
client_host = lucas
|
||||
client_port = 11113
|
||||
chaosc_host = chaosc
|
||||
|
||||
[ekgplotter]
|
||||
ipv4_only = True
|
||||
client_host = lucas
|
||||
client_port = 11114
|
||||
chaosc_host = chaosc
|
||||
|
||||
[chaosc_recorder]
|
||||
ipv4_only = True
|
||||
client_host = lucas
|
||||
client_port = 111115
|
||||
chaosc_host = chaosc
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[ekg2osc]
|
||||
ipv4_only = True
|
||||
chaosc_host = chaosc
|
||||
|
||||
[pulse2osc]
|
||||
ipv4_only = True
|
||||
chaosc_host = chaosc
|
||||
|
||||
[ehealth2osc]
|
||||
ipv4_only = True
|
||||
chaosc_host = chaosc
|
|
@ -0,0 +1,31 @@
|
|||
[chaosc_ctl]
|
||||
ipv4_only = True
|
||||
client_host = stefan
|
||||
client_port = 11111
|
||||
chaosc_host = chaosc
|
||||
|
||||
[chaosc_dump]
|
||||
ipv4_only = True
|
||||
client_host = stefan
|
||||
client_port = 11112
|
||||
subscribe = True
|
||||
chaosc_host = chaosc
|
||||
|
||||
[chaosc_emitter]
|
||||
ipv4_only = True
|
||||
client_host = stefan
|
||||
client_port = 11113
|
||||
chaosc_host = chaosc
|
||||
|
||||
[ekgplotter]
|
||||
ipv4_only = True
|
||||
client_host = stefan
|
||||
client_port = 11114
|
||||
chaosc_host = chaosc
|
||||
|
||||
[chaosc_recorder]
|
||||
ipv4_only = True
|
||||
client_host = stefan
|
||||
client_port = 111115
|
||||
chaosc_host = chaosc
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
192.168.1.51, 9000
|
||||
192.168.1.52, 9000
|
||||
192.168.1.53, 9000
|
|
@ -1,3 +0,0 @@
|
|||
localhost, 9001
|
||||
localhost, 9002
|
||||
localhost, 9003
|
|
@ -29,17 +29,17 @@ new-window -n 'socat-ehealth-bjoern' -t 'csession:8' 'socat -d -d PTY,raw,echo=
|
|||
new-window -n 'socat-ehealth-merle' -t 'csession:9' 'socat -d -d PTY,raw,echo=0,link=/tmp/ehealth2osc-merle-in,b115200,user=stefan PTY,raw,echo=0,link=/tmp/ehealth2osc-merle-out,b115200,user=stefan'
|
||||
new-window -n 'socat-ehealth-uwe' -t 'csession:10' 'socat -d -d PTY,raw,echo=0,link=/tmp/ehealth2osc-uwe-in,b115200,user=stefan PTY,raw,echo=0,link=/tmp/ehealth2osc-uwe-out,b115200,user=stefan'
|
||||
|
||||
new-window -n 'ekg2osc-bjoern' -t 'csession:11' 'ekg2osc -4 -d /tmp/ekg2osc-bjoern-out -a bjoern'
|
||||
new-window -n 'ekg2osc-merle' -t 'csession:12' 'ekg2osc -4 -d /tmp/ekg2osc-merle-out -a merle'
|
||||
new-window -n 'ekg2osc-uwe' -t 'csession:13' 'ekg2osc -4 -d /tmp/ekg2osc-uwe-out -a uwe'
|
||||
new-window -n 'ekg2osc-bjoern' -t 'csession:11' 'ekg2osc -4 -D /tmp/ekg2osc-bjoern-out -a bjoern'
|
||||
new-window -n 'ekg2osc-merle' -t 'csession:12' 'ekg2osc -4 -D /tmp/ekg2osc-merle-out -a merle'
|
||||
new-window -n 'ekg2osc-uwe' -t 'csession:13' 'ekg2osc -4 -D /tmp/ekg2osc-uwe-out -a uwe'
|
||||
|
||||
new-window -n 'pulse2osc-bjoern' -t 'csession:14' 'pulse2osc -4 -d /tmp/pulse2osc-bjoern-out -a bjoern'
|
||||
new-window -n 'pulse2osc-merle' -t 'csession:15' 'pulse2osc -4 -d /tmp/pulse2osc-merle-out -a merle'
|
||||
new-window -n 'pulse2osc-uwe' -t 'csession:16' 'pulse2osc -4 -d /tmp/pulse2osc-uwe-out -a uwe'
|
||||
new-window -n 'pulse2osc-bjoern' -t 'csession:14' 'pulse2osc -4 -D /tmp/pulse2osc-bjoern-out -a bjoern'
|
||||
new-window -n 'pulse2osc-merle' -t 'csession:15' 'pulse2osc -4 -D /tmp/pulse2osc-merle-out -a merle'
|
||||
new-window -n 'pulse2osc-uwe' -t 'csession:16' 'pulse2osc -4 -D /tmp/pulse2osc-uwe-out -a uwe'
|
||||
|
||||
new-window -n 'ehealth2osc-bjoern' -t 'csession:17' 'sleep 1 && ehealth2osc -4 -d /tmp/ehealth2osc-bjoern-out -a bjoern'
|
||||
new-window -n 'ehealth2osc-merle' -t 'csession:18' 'sleep 1 && ehealth2osc -4 -d /tmp/ehealth2osc-merle-out -a merle'
|
||||
new-window -n 'ehealth2osc-uwe' -t 'csession:19' 'sleep 1 && ehealth2osc -4 -d /tmp/ehealth2osc-uwe-out -a uwe'
|
||||
new-window -n 'ehealth2osc-bjoern' -t 'csession:17' 'sleep 1 && ehealth2osc -4 -D /tmp/ehealth2osc-bjoern-out -a bjoern'
|
||||
new-window -n 'ehealth2osc-merle' -t 'csession:18' 'sleep 1 && ehealth2osc -4 -D /tmp/ehealth2osc-merle-out -a merle'
|
||||
new-window -n 'ehealth2osc-uwe' -t 'csession:19' 'sleep 1 && ehealth2osc -4 -D /tmp/ehealth2osc-uwe-out -a uwe'
|
||||
|
||||
new-window -n 'test-ekg-bjoern' -t 'csession:20' 'python /home/stefan/dev/psychose/sensors2osc/sensors2osc/socat_ekg_test.py /tmp/ekg2osc-bjoern-in'
|
||||
new-window -n 'test-ekg-merle' -t 'csession:21' 'python /home/stefan/dev/psychose/sensors2osc/sensors2osc/socat_ekg_test.py /tmp/ekg2osc-merle-in'
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
from chaosc.transcoders_ng import *
|
||||
|
||||
transcoders = [
|
||||
MappingTranscoder(
|
||||
"/(.*?)/ekg",
|
||||
"insert resolume osc address here",
|
||||
[["osc_arg", 0, "osc_arg", 0, IntRange2FloatConverter(1023)]]),
|
||||
MappingTranscoder(
|
||||
"/(.*?)/heartbeat",
|
||||
"insert resolume osc address here",
|
||||
[
|
||||
["osc_arg", 0, "osc_arg", 0, KeepConverter()],
|
||||
["osc_arg", 1, "osc_arg", 1, KeepConverter()],
|
||||
["osc_arg", 2, "osc_arg", 2, KeepConverter()]]),
|
||||
MappingTranscoder(
|
||||
"/(.*?)/airFlow",
|
||||
"insert resolume osc address here",
|
||||
[
|
||||
["osc_arg", 0, "osc_arg", 0, KeepConverter()]]),
|
||||
MappingTranscoder(
|
||||
"/(.*?)/emg",
|
||||
"insert resolume osc address here",
|
||||
[
|
||||
["osc_arg", 0, "osc_arg", 0, KeepConverter()]]),
|
||||
MappingTranscoder(
|
||||
"/(.*?)/temperature",
|
||||
"insert resolume osc address here",
|
||||
[
|
||||
["osc_arg", 0, "osc_arg", 0, KeepConverter()]]),
|
||||
]
|
Loading…
Reference in New Issue