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.
- Host: GitHub
- URL: https://github.com/dansoftowner/subnettingapp
- Owner: Dansoftowner
- License: gpl-3.0
- Created: 2021-09-29T18:35:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T11:21:42.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T04:12:05.428Z (over 1 year ago)
- Topics: ip, ipv4, kotlin, spring-boot, subnetting, web
- Language: Kotlin
- Homepage: https://subnetting-app.herokuapp.com/
- Size: 1.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SubnettingApp
[](http://github.com/Dansoftowner/SubnettingApp/blob/master/LICENSE)

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

## 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