Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't detect hosts on network #4

Open
SimplyPeace opened this issue Mar 20, 2017 · 1 comment
Open

Doesn't detect hosts on network #4

SimplyPeace opened this issue Mar 20, 2017 · 1 comment

Comments

@SimplyPeace
Copy link

When I launched the program the first time it could detect a few hosts, but now it can't detect any hosts at all on my home network with multiple devices connected.

@roccomuso
Copy link
Owner

roccomuso commented Mar 21, 2017

Hmm Currently i'm using a "Ping Sweep" technique to discover hosts.
The node-arp lib does a var ping = spawn("ping", [ "-c", "1", ipaddress ]); to populate the ARP table and get IP and Mac Address. I don't know if there's a better method.
Could you try to call Network.js#L47 manually?
Which OS are you using?
Paste here your arp table: arp -a

roccomuso pushed a commit that referenced this issue Jun 19, 2018
docs(readme): add Greenkeeper badge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants