21 lines
513 B
Markdown
21 lines
513 B
Markdown
# IP-Checker-GUI
|
|
IP Checker GUI is a simple tool for teachers that can make their students input the corresponding Network Address, Subnet Mask, and more to test their skill.
|
|
|
|
## Installation
|
|
1. Clone the repository
|
|
```bash
|
|
git clone https://github.com/TimTom2016/IP-Checker-GUI.git
|
|
```
|
|
2. Install gtk4
|
|
|
|
https://gtk-rs.org/gtk4-rs/stable/latest/book/installation.html
|
|
|
|
4. Install Rust
|
|
```bash
|
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
```
|
|
|
|
4. Run the program
|
|
```bash
|
|
cargo run --release
|
|
```
|