From 7554a9c7f8b4122582ada339d8c925b6f6b2e555 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Thu, 10 Oct 2019 12:09:00 +0200 Subject: [PATCH] Closedown --- config/variables.properties | 4 ++-- script/test/TestZMQ.py | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config/variables.properties b/config/variables.properties index 75c1e95..1f8c9c0 100644 --- a/config/variables.properties +++ b/config/variables.properties @@ -1,2 +1,2 @@ -#Mon Oct 07 14:16:47 CEST 2019 -FileSequentialNumber=30 +#Thu Oct 10 12:08:20 CEST 2019 +FileSequentialNumber=32 diff --git a/script/test/TestZMQ.py b/script/test/TestZMQ.py index 8ada370..2f84acc 100644 --- a/script/test/TestZMQ.py +++ b/script/test/TestZMQ.py @@ -13,4 +13,12 @@ print s.getIdentifiers() for channel in s.children: add_device(channel, True) - show_panel(channel) \ No newline at end of file + + +#pid = s.getPidReader() + +bscan(s, 10000) + + + + \ No newline at end of file