joshmarinacci / razzmaster

Find and set up new Raspberry Pis on your network
MIT License
29 stars 3 forks source link

Only scans up to 30 ip addresses #3

Open stefan-imp opened 8 years ago

stefan-imp commented 8 years ago

For some reason scan is only checking the first 30 ip addresses on the subnet (x.x.x.1 - x.x.x.30). My Pi is at (x.x.x.55), so is not found.

If I run razzmaster info --host x.x.x.55 the output looks correct.

I'm running ubuntu 14.04 on my PC.

stefan-imp commented 8 years ago

Ah, it looks like this is the same as issue #2. I tried editing find.js as suggested. Scanning up to 100 was successful. Scanning to 200 was not, it crashed with too many processes.

joshmarinacci commented 8 years ago

Yep. I need to rewrite this section. I can't just up it to 255 because of process limits so it will need to go in batches.