NETworkManager
NETworkManager copied to clipboard
Update 04_IPScanner.md
Fixes #{Replace this with the issue number}
Please provide some details about this pull request: -I noticed that the no one had stepped up to do the documentation as yet. I thought I would do a quick sample, and if you want, I can keep going in that format, or provide feedback on the style.
I do have one question, I can not seem to figure out the format for the ipv6 subnet (that was the reason for my original visit), if you can let me know would be great, if not I will look through the code.
By submitting this pull request, I confirm the following:
- [x] I have read and understood the contributing guidelines and the code of conduct.
- [x] I have have added my name, username or email to the contributors list or don't want to.
- [x] The code or ressource is compatible with the GNU General Public License v3.0.
Hi @lukeattard
the IP scanner currently don't support IPv6. I have a library included who already can calculate the ranges, but i didn't implement it yet. At some point it will also take too long to scan (e.g. a range of /64)

The documentation looks good to me. I was trying to do something like this: https://github.com/BornToBeRoot/NETworkManager/blob/master/docs/Documentation/01_Application/01_Dashboard.md https://github.com/BornToBeRoot/NETworkManager/blob/master/docs/Documentation/02_CommandLine/01_CommandLineArgs.md
You are welcome to help with documentation/design.
I use this to host the /docs folder as github page: https://borntoberoot.net/NETworkManager/
Close via https://github.com/BornToBeRoot/NETworkManager/pull/1885