2017年1月26日

ibeacon UUID

摘要: import sys; import uuid; s=uuid.uuid4().hex #s="f6bc15e0939046679be1866ec8a199dc" sys.stdout.write("UUID:\t\t"+s+"\n") sys.stdout.write("Proximity UUID:\t"+s[0:8]+'-'+s[8:12]+... 阅读全文

posted @ 2017-01-26 16:54 与非朋仔 阅读(975) 评论(0) 推荐(0) 编辑

导航