Skip to content
Compare
Choose a tag to compare
@TCB13 TCB13 released this 24 Oct 22:51

🌐 Try TBCalc Online: https://tbcalc.tcb13.com/
πŸ’» TBCalc Windows App: https://github.com/TCB13/TBCalc/releases/download/1.4/TBCalc-v1-4-0-Setup.zip

Changelog

  • New IPv4 / IPv6 Subnet Calculator function:
subnet("172.31.180.150 255.255.252.0")             // Subnet Mask
subnet("192.168.5.219/28")                         // CIDR Notation
subnet("172.16.50.45 0.0.15.255")                  // Wildcard Mask
subnet("10.40.50.60 #52")                          // Calculates a network with 52 hosts
subnet("2001:0db8:85a3::8a2e:0370:7334/64")        // IPv6 Prefix Mask
subnet("2001:0db8:85a3::/48/64")                   // Subnet the /48 network into /64 networks