Working readout for beacon frequency thanks to Dylan!

This commit is contained in:
2018-08-09 22:21:18 -07:00
parent d9e8458797
commit c3a98cc0a7
6 changed files with 293 additions and 202 deletions

View File

@@ -20,21 +20,3 @@ for command in commands:
data, server = sock.recvfrom(4096)
print data
# while True:
# try:
# # Send data
# message = raw_input()
# # print type(message)
# if message not in messages:
# print "Invalid command. Please try again."
# continue
#
# sent = sock.sendto(message, server_address)
#
# # Receive response
# # print 'waiting to receive'
# data, server = sock.recvfrom(4096)
# print data
# except:
# pass