Giter VIP home page Giter VIP logo

vlsm_calculator's Introduction

VLSM Calculator

An IPv4 subnets calculator using original host, original subnet mask and desired subnet mask.

To Do List

  • Clean up variable names (host vs network address confusion)
  • Verify & correct subnet mask inversion -> broadcast address
  • Build test cases
  • Determine how to use subnets.py in relation to the for loop based on subnet count

Bug fixes

  • convert_decimal(): "int() can't convert non-string with explicit base" when converting broadcast address
    fix: int(str(binary[]))
  • invert_subnet_mask(): was returning 0 instead of inverted array & was checking if == 1 instead of '1'

References

IP Addressing and Subnetting for New Users

IP Calculator for Double Checking Results

License

MIT

vlsm_calculator's People

Contributors

covarrjes avatar

Stargazers

 avatar

Watchers

 avatar

vlsm_calculator's Issues

Cleanup Suggestions

Create a .gitignore file to ignore:

  • PyCharm .idea folder
  • pychache folder
  • venv folder

Create .gitattributes file (best practice)
This will use LF line endings so commits made from windows doesn't break Linux users. (You won't need to run dos2unix on Linux)

Add a requirement.txt with packages and versions instead of including virtual environment. (You can use pip freeze to get that info)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.