updated targets.conf and sensors2osc

This commit is contained in:
Stefan Kögl 2014-03-30 19:17:38 +02:00
parent 2855d59572
commit 6c642e867c
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,6 @@
host=tommy;port=8000;label=tommy host=tommy;port=8000;label=tommy-live
host=tommy;port=8001;label=tommy-max
host=lucas;port=8000;label=lucas host=lucas;port=8000;label=lucas
host=stefan;port=8000;label=stefan host=stefan;port=8000;label=stefan
host=chaosc;port=7111;label=mario host=mario;port=8000;label=mario-resolume
host=chaosc;port=7112;label=osc2actor host=mario;port=8001;label=mario-max
host=chaosc;port=7113;label=osc2cam
host=localhost;port=9000;label=dumper

View File

@ -119,7 +119,6 @@ def main():
except socket.error, msg: except socket.error, msg:
print "cannot connect to chaosc" print "cannot connect to chaosc"
continue continue
time.sleep(0.1)
if __name__ == '__main__': if __name__ == '__main__':