from struct import pack, calcsize import binascii import cmd class BeaconPack: def __init__(self): self.buffer = b'' self.size = 0 def getbuffer(self): return pack("