40527/windows-iot-on-raspberry-pi-unique-identifier
I'm looking for a solution to get 2 unique strings on the RPI with Windows IoT. The strings should be unchanged after reboot. It should be something like a Hardware ID to identify a device.
Try getting the MAC address of your network.
var macAddr = ( from nic in NetworkInterface.GetAllNetworkInterfaces() where nic.OperationalStatus == OperationalStatus.Up select nic.GetPhysicalAddress().ToString() ).FirstOrDefault();
Since it uses SPI, there shouldn't be ...READ MORE
It could have been use full if ...READ MORE
DHT22 requires very precise timing. Although Raspberry ...READ MORE
Hey, it turns out that the IBM ...READ MORE
It can be done by making changes ...READ MORE
No, there isn't a command line presented ...READ MORE
The easiest way I found is downloading ...READ MORE
You should use HttpClient instead of WebClient. Try ...READ MORE
The frequent disconnects could be due to ...READ MORE
Sorry, but it is not allowed in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.