Skip to content
Snippets Groups Projects
Commit 6fa694dd authored by Server (Shared Users)'s avatar Server (Shared Users)
Browse files

revise

parent 0d9a26d2
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ class CoapClient():
distance = math.pow(10, (float(info[4]) - float(info[5])) / (10 * n))
payload = {
'rpuuid' : self.myuuid,
'userMAC' : info[0],
'useruuid' : info[1],
'distance' : distance,
'updateTime' : time.time()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment