Skip to content

A calculator that should help with calculations involving IP addresses and Subnet Masks

License

Notifications You must be signed in to change notification settings

Will-Banksy/SubnetMasksCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subnet Mask Calculator

A calculator that allows you to input a network class or IP address and calculates the subnet mask

Compile & Run (Linux)

(Might work on mac too idk. On Windows, you'll probably have to generate a VS project using CMake - No idea how you'd do that though)

In the repo folder (same folder as CMakeLists.txt) make a directory 'build' and navigate to it.

Then run these commands:

cmake ..
make

And to run:

./SubnetMasksExe

About

A calculator that should help with calculations involving IP addresses and Subnet Masks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published