rcvaram / BNS-scanner

This is basic network scanner that can scan the all devices which are in the connected network and give their ip address and mac address and os version.
Apache License 2.0
18 stars 7 forks source link

Removing the Scapy dependency #5

Open rcvaram opened 4 years ago

rcvaram commented 4 years ago

We have planned to remove the scapy depenedcy because we are using some classes of the scapy not at all. So when we added this dependecy, we have all the files of scapy. This is not a big deal. What can be done is, select the classes which are used in the BNS from scapy and include them inside the BNS folder

gnany07 commented 4 years ago

I am taking up this enhancement