Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return a list of IP Address given a start and end #180

Open
Steve0212a opened this issue Nov 4, 2021 · 0 comments
Open

Return a list of IP Address given a start and end #180

Steve0212a opened this issue Nov 4, 2021 · 0 comments

Comments

@Steve0212a
Copy link

I am writing an application that will allow end users to scan a network for devices. We have two requirements on how do to this:

  1. allow the user to enter CIDR notation which your library will handle giving me all the ip address for a CIDR range
  2. allow the user to enter a start and end ip address which I do not think is covered in your library. In my case, the user would enter to scan from 192.168.1.45 - 192.168.1.65 or they could enter to scan from 192.168.1.45 - 192.168.2.65.

I did find a free helper class that can do this (https://newbedev.com/c-enumerate-ip-addresses-in-a-range), but it would be nice if it were a one stop shop in your library.

Did I miss it - can your library do this? If not, could it be added?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants