Initial commit

This commit is contained in:
2014-03-07 10:45:29 +01:00
commit 2d0b19ccf1
4 changed files with 69 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# subnetcalc #
A very simple subnet calculator written in C. It's nothing fancy at all,
just a small project of mine to get going with C.
Simply build it (make), run it (./subnetcalc) and enter the subnet
mask in slash notation but without the slash.
For example enter 24 for a 24-bit subnet mask and the
program will output the total number of addresses in the range aswell
as the total number of usable address for hosts.