Skip to content

beardedlinuxgeek/ipv6-subnet-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ipv6-subnet-calculator

Quick demo:

include 'calculator_tools.php';
include 'Network.php';

$human_ip = '2001:9fe:a:80::';
$prefix = 60;
$levels = array(3, 4);

$ip = human_to_hex( $human_ip );
$top_level = new Network($ip, $prefix, $levels);

header('Content-Type: text/plain');
print_network($top_level);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages