- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
hey guy is possible to get the machine id in nodeJS
especialy with this command
The closest to the single machine id would be either the mac or router address.
But i would like the id machine in Windows(the OS)
Tell me if this is not possible!!?
I would actually like to check a key based on the machine id.
especialy with this command
PHP:
os = require('os');
But i would like the id machine in Windows(the OS)
PHP:
info = os.networkInterfaces().Ethernet();
info[0].address; //give "fe10::24a1:65b1:8ada:d3b"
info[0].mac; //give "6d:f0:31:e0:47:6c"
Tell me if this is not possible!!?
I would actually like to check a key based on the machine id.


