Convert IPv4 address from decimal to binary and binary to decimal.
example:
var convert=; var myDecimalIp=convert; console; //172.16.10.1; var myBinaryIp=convert; console; //11000000.10101000.00000001.00000001
Convert IPv4 address from decimal to binary and binary to decimal.
example:
var convert=; var myDecimalIp=convert; console; //172.16.10.1; var myBinaryIp=convert; console; //11000000.10101000.00000001.00000001
npm i node-convert-ipv4
1
1.0.3
ISC
2.48 kB
3