All Projects → mafintosh → Ls Lan

mafintosh / Ls Lan

Licence: mit
List all IPs on the local LAN

Programming Languages

javascript
184084 projects - #8 most used programming language

ls-lan

List all IPs on the local LAN

npm install -g ls-lan

Usage

Simply lists all IPs on the local LAN. Currently only works on macOS, but PR support for other OS'es

ls-lan # Prints a list of IPs found on the local LAN

There is a js API available as well

const ls = require('ls-lan')

ls(function (err, ips) {
  if (err) throw err
  console.log(ips.join('\n'))
})

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].