It would be nice if someone put the full c code example of what to run in a compiler. When it comes to using mac address to get pin. All i find online is:
char pin[6];
pin[0] = 0xB4;
pin[1] = 0x51;
pin[2] = 0x4C;
pin[3] = 0xE1;
pin[4] = 0xC0;
pin[5] = 0xA4;
That doesnt work.
It seems to be a...