2015-11-06 19:30:58 +01:00
2015-11-06 19:30:58 +01:00
2016-08-28 18:44:57 +02:00

Subcalc

Subcalc is a small Python program I wrote as a free assigment during a Python class at EC Utbildning. The program takes a netmask in slash notation as argument and gives back the netmask in dotted decimal notation.

Usage

Usage: subcalc.py <netmask in slash-notation>
Example: subcalc.py 24

License

Subcalc is made by Jack-Benny Persson and is released under GNU GPL version 2.

Description
A small program to convert slash notation netmask to dotted decimal notation
Readme 27 KiB
Languages
Python 100%