This commit is contained in:
2023-05-01 11:28:04 +02:00
parent 3a83f3cf34
commit abe3bcb19c
265 changed files with 28663 additions and 1295 deletions

View File

@@ -0,0 +1,19 @@
url="tcp://localhost:9999"
st1 = Stream("st1", url, SocketType.PULL)
#st1.parent.config.headerReservingAllocator = True
st1.initialize()
st1.start()
st1.waitCacheChange(60000)
#show_panel(st1)
try:
bscan (st1, 5, 5, save=False)
finally:
st1.close()
#p.close()