Skip to content

Simple IP subset scanner on .NET. Available for Windows, Linux and macOS.

License

Notifications You must be signed in to change notification settings

wcoder/IP-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-Scanner

IP-Scanner

Simple IP subset scanner on .NET 6. Available for Windows, Linux and Mac.

Use

Easy command to start app:

dotnet run --project src/IpScanner/IpScanner.csproj 192.168.0.1 192.168.0.254

Or you can add third parameter to only display the available devices.

dotnet run --project src/IpScanner/IpScanner.csproj 192.168.0.1 192.168.0.254 -u

Build for publish:

cd src

Window x64:

dotnet publish -c Release -r win10-x64

MacOS x64:

dotnet publish -c Release -r osx-x64

Ubuntu x64:

dotnet publish -c Release -r ubuntu-x64

Additional info about PID: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog