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

https://github.com/dansoftowner/subnettingapp

A modern (web) application for IP subnetting.
https://github.com/dansoftowner/subnettingapp

ip ipv4 kotlin spring-boot subnetting web

Last synced: about 2 months ago
JSON representation

A modern (web) application for IP subnetting.

Awesome Lists containing this project

README

          

# SubnettingApp

[![license](https://img.shields.io/github/license/DansoftOwner/SubnettingApp)](http://github.com/Dansoftowner/SubnettingApp/blob/master/LICENSE)
![last commit](https://img.shields.io/github/last-commit/Dansoftowner/SubnettingApp)

**A simple IPv4 subnetting application made with Kotlin and Spring Boot.**

![Screenshot](img/peview.png)

## Features

* Subnet info, partitioning
* Modern UI, light & dark theme
* Multiple languages
* ... and more

## Modules
The gradle project has been split into three separate modules:
* `subnettingapp-core` - includes the core processing tools required for subnetting calculations
* `subnettingapp-cli` - a very simple CLI made for the app
* `subnettingapp-web` - includes the actual web application