• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-711607

include/H15-Jan-2013-642499

src/H15-Jan-2013-4,1453,347

AUTHORSH A D14-Jan-201343 31

COPYINGH A D07-Jan-20131.4 KiB2622

ChangeLogH A D15-Jan-20133.8 KiB11995

INSTALLH A D07-Jan-20137.6 KiB183143

Makefile.amH A D07-Jan-201350 42

Makefile.inH A D15-Jan-201322.4 KiB719631

NEWSH A D07-Jan-2013250 127

READMEH A D07-Jan-20132.1 KiB6654

TODOH A D07-Jan-2013500 149

aclocal.m4H A D15-Jan-201334.5 KiB984881

config.h.inH A D15-Jan-20133.1 KiB14093

configureH A D15-Jan-2013169.9 KiB6,0474,921

configure.acH A D14-Jan-20134.2 KiB235200

depcompH A D15-Jan-201320.4 KiB709460

install-shH A D15-Jan-201313.7 KiB528351

missingH A D15-Jan-201310.1 KiB332243

mkinstalldirsH A D15-Jan-20133.5 KiB163112

README

1Sipcalc is an "advanced" console based ip subnet calculator.
2
3** NOTE **
4The cgi part of sipcalc has been removed in this release.
5I plan on reviving it at a later point, but at this time i don't have
6the motivation to keep it up to date.
7**
8
9Features include:
10- IPv4
11  * Multiple address and netmask input formats.
12  * Retrieving of address information from interfaces.
13  * Classfull and CIDR output.
14  * Multiple address and netmask output formats (dotted quad, hex, number
15    of bits).
16  * Output of broadcast address, network class, Cisco wildcard, hosts/range,
17    network range.
18  * Output of multiple types of bitmaps.
19  * Output of a userdefined number of extra networks.
20  * Multiple networks input from commandline.
21  * Parsing of a newline seperated list of networks from standard input (STDIN).
22  * The ability to "split" a network based on a smaller netmask, now also with
23    recursive runs on the generated subnets.
24  * DNS resolution.
25- IPv6
26  * Compressed and expanded input addresses.
27  * Compressed and expanded output.
28  * Standard IPv6 network output.
29  * v4 in v6 output.
30  * Reverse dns address generation.
31  * The ability to "split" a network based on a smaller netmask, now also with
32    recursive runs on the generated subnets.
33  * DNS resolution.
34
35Sipcalc has been tested on the following platforms.
36  * OpenBSD 3.0 (i386)
37  * OpenBSD 2.8 (i386)
38  * FreeBSD 4.3 (i386)
39  * Compaq Tru64 UNIX V5.0A (Alpha)
40  * Compaq Tru64 UNIX V5.1 (Alpha)
41  * Debian GNU/Linux 2.2 (Linux kernel 2.2.x) (i386)
42  * Debian GNU/Linux 2.4(?) (Linux kernel 2.4.x) (i386)
43  * Debian GNU/Linux 2.2 (Linux kernel 2.2.x) (Alpha)
44  * Debian GNU/Linux 2.2 (Linux kernel 2.2.x) (Sparc - Ultra60)
45  * Sun Solaris (8) (Sparc - R220)
46
47See doc/sipcalc.txt for a complete description of sipcalc commandline-version
48arguments.
49
50
51Building.
52
53Building sipcalc is as simple as:
54./configure
55make
56make install
57
58Further instructions on using configure can be found in the file INSTALL
59included with the sipcalc package.
60
61Please send any bugreports, feature requests or comments to
62simon@routemeister.net.
63
64Sipcalc can be downloaded from http://www.routemeister.net/
65
66