aileenproject / aileen-lan

Sense which / how many computers in a local area network (LAN) are on.
MIT License
0 stars 0 forks source link

use python-nmap #2

Open nhoening opened 5 years ago

nhoening commented 5 years ago

python-nmap might be cleaner than calling nmap via a subprocess.

Though in the main file we see that python-nmap is also using subprocess, albeit a bit better I guess.

nhoening commented 5 years ago

Also we'd have to check if #3 can be supported, maybe simply by using sudo, as well ...