Skip to content

Piratebird/netula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netula

A tiny subnet/CIDR calculator because my brain refuses to do subnet math manually anymore. (I'M FINALLY FREE RAAAAHH!!).

Why

Cuz why not.

I no longer want to calculate subnets, think about CIDR notation, or use my remaining two braincells for networking math.

So I made this instead.

Features

  • CIDR calculations
  • Subnet information
  • Quick and lazy networking math
  • Saves you from suffering

Usage

Run:

# Clone the repo
git clone https://github.com/Piratebird/netula
cd netula

# Run the program
python __main__.py

Example

Input: 192.168.1.0/24

Network Address: 192.168.1.0
Broadcast Address: 192.168.1.255
Usable Hosts: 254
Subnet Mask: 255.255.255.0

Files

__main__.py      # Entry point
subnetter.py     # Core subnet logic

Requirements

  • Python 3.x

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

subnetting calculation script terminal shenanigans cuz i don't wanna think of subnetting again :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages