This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from base64 import b64encode, b64decode | |
from hashlib import sha256 | |
from urllib import quote_plus, urlencode | |
from hmac import HMAC | |
import requests | |
import time | |
import json | |
import struct | |
import Sensortag2650 as sensortag |