If the output from arp is long for example (256 lines), the on 'data' for stdout is called multiple times and the complete arp table is not returned. I have a fix for it this pull request https://github.com/skepticfx/arpjs/pull/5
If the output from arp is long for example (256 lines), the on 'data' for stdout is called multiple times and the complete arp table is not returned.
I have a fix for it this pull request #5