This commit is contained in:
2022-08-11 16:24:40 +02:00
commit f55fbfce38
21 changed files with 6836 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
url="tcp://localhost:10100"
st1 = Stream("st1", Provider("provider", url, False))
st1.initialize()
st1.start()
st1.waitCacheChange(20000)
try:
bscan (st1, 5, 5, save=False)
finally:
st1.close()
try:
print (st1.getValues())
finally:
st1.close()