Difference between revisions of "Serial Number with ability to Override"
From RiceFamily Wiki
(→Research) |
(→Research) |
||
Line 2: | Line 2: | ||
* https://stackoverflow.com/questions/70575545/get-current-system-serial-number-in-python | * https://stackoverflow.com/questions/70575545/get-current-system-serial-number-in-python | ||
* https://gist.github.com/angeloped/3febaaf71ac083bc2cd5d99d775921d0 | * https://gist.github.com/angeloped/3febaaf71ac083bc2cd5d99d775921d0 | ||
+ | * https://codingfleet.com/transformation-details/how-to-get-serial-number-using-wmi-in-python/ | ||
+ | * https://github.com/Wojase/SB-SerialChecker | ||
+ | * https://www.geeksforgeeks.org/get-your-system-information-using-python-script/ | ||
= Notes = | = Notes = |
Revision as of 17:01, 29 May 2025
Research
- https://stackoverflow.com/questions/70575545/get-current-system-serial-number-in-python
- https://gist.github.com/angeloped/3febaaf71ac083bc2cd5d99d775921d0
- https://codingfleet.com/transformation-details/how-to-get-serial-number-using-wmi-in-python/
- https://github.com/Wojase/SB-SerialChecker
- https://www.geeksforgeeks.org/get-your-system-information-using-python-script/
Notes
Plan is to use Python to code the sensor since it's cross platform.