scan-neighbors

Getting the neighbors host information for node.js

Usage no npm install needed!

<script type="module">
  import scanNeighbors from 'https://cdn.skypack.dev/scan-neighbors';
</script>

README

neighbors.js

Find the connectable node in LAN (local access network) for node.js

Installation

$ npm install scan-neighbors

Example

require("scan-neighbors").scanNodes(80, function(err, nodes) {
    console.log(nodes);
});

TODO

  • Scan arrange