from NerveController import NerveController

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

sq = NerveController(nerve_domain)

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