No description
Find a file
2025-04-22 15:27:09 +02:00
src Initial flake for IP-Checker-GUI 2025-04-22 15:27:09 +02:00
Cargo.lock Initial flake for IP-Checker-GUI 2025-04-22 15:27:09 +02:00
Cargo.toml Initial flake for IP-Checker-GUI 2025-04-22 15:27:09 +02:00
flake.lock Initial flake for IP-Checker-GUI 2025-04-22 15:27:09 +02:00
flake.nix Initial flake for IP-Checker-GUI 2025-04-22 15:27:09 +02:00
icons.toml Initial flake for IP-Checker-GUI 2025-04-22 15:27:09 +02:00
README.md Initial flake for IP-Checker-GUI 2025-04-22 15:27:09 +02:00
result Initial flake for IP-Checker-GUI 2025-04-22 15:27:09 +02:00

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
git clone https://github.com/TimTom2016/IP-Checker-GUI.git
  1. Install gtk4

https://gtk-rs.org/gtk4-rs/stable/latest/book/installation.html

  1. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Run the program
cargo run --release