Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plttn/subnet-calc

Vector based subnet calculator
https://github.com/plttn/subnet-calc

Last synced: 5 days ago
JSON representation

Vector based subnet calculator

Awesome Lists containing this project

README

        

# Subnet Calc

Subnet calculator for previous school assignment.

## Description

Using vectors and `uint8_t` allows for bitwise math rather than treating them like strings.

## Caveats

Please don't use this for a homework assignment. You don't learn anything by stealing
this from me, and as someone who graded the assignments the year after I wrote this,
if you're the kind of person stealing it, it'll be fairly obvious that you
didn't come up with these methods yourself.