Kitz Forum

Computers & Hardware => Apple Related => Topic started by: Weaver on January 14, 2018, 12:15:16 AM

Title: Tool for ios MAC48 to IPv6 address converter
Post by: Weaver on January 14, 2018, 12:15:16 AM
I've just written a tool for iOS using the ‘Workflow’ app engine (crude interpreted language): it is a callable function to convert a MAC-48 address into the corresponding IPv6 64-bit interface identifier. I've also put together a program that is based on this routine which either converts clipboard contents, or takes input from another program and pushes the result to the clipboard. It can optionally validate the input too.

It takes MAC addresses in any of the three syntactic formats, it doesn't care.

I've just thought: I ought to write another tool to do conversions into the different syntactic formats for MAC addresses.

--
I just found a web-based tool : http://ben.akrin.com/?p=1347

And it has an http-based API as well.