Answer the question
In order to leave comments, you need to log in
Strcut python 3, unpack how to unpack frames?
there is a code like this -
def get_mac_addr(bytes_addr):
bytes_str = map('{:02x}'.format, bytes_addr)
return = ':'.join().upper()
struct.unpack('! 6s 6s H', data[0:14])
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question