-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Hello,
I am interesting in getting a unique identifier for a Tingbot device, so that it can be used as a connection identifier when an app is installed on multiple devices.
A couple of options I have considered:
- Use the Raspberry Pi serial number from
/proc/cpuinfo(which includes the Ethernet MAC address) - http://raspberrypi.stackexchange.com/questions/2086/how-do-i-get-the-serial-number - Use the MAC address of the first network interface (with a MAC address)
I am leaning towards the second option, because it should work with the simulator too.
What do you think? Would you accept a Pull Request?
Thanks,
nick.