1 个不稳定版本

0.1.0 2024 年 5 月 17 日

#1732命令行工具

MIT 许可证

11KB
187

iasc

"iasc",一个 IP 地址和子网掩码计算器。

此工具仍处于测试阶段!!

已完成部分

  • 前缀到子网掩码
  • 子网掩码到前缀

未完成部分

  • IPv6 支持
  • 计算主机数量
  • 计算网络地址和广播地址
  • 计算 IP 地址范围
  • 等等...

用法

iasc --conversion-type prefix-to-subnet --prefix-length 27
# Output
255.255.255.224
iasc --conversion-type subnet-to-prefix --subnet-mask 255.255.240.0
# Output
20

lib.rs:

IP 地址和子网掩码转换器

此 CLI 工具可以将某些网络地址转换为另一个地址。

用法

iasc --conversion-type prefix-to-subnet --prefix-length 24
# Output
255.255.255.0
iasc --conversion-type subnet-to-prefix --subnet-mask "255.255.255.0"
# Output
24

依赖关系

~1.2–1.7MB
~33K SLoC