from WebSQController import WebSQController

# Please change this to be the IP address of the driver in your network
websq_domain = 'http://192.168.10.10/'

sq = WebSQController(websq_domain)

# Collects 20 counts messages for every channel.
counts = sq.getNCounts(20)
print(counts)
