Hi,
I'm receiving from the socket a MAC address in this format: 0024e865a023 (hex converted from binary with received-string.encode("hex"))
I would like to convert it to a user readable format like this : 00-24-e8-65-a0-23
Any easy way to do so ?
Thanks