Tags
Creators
Details
1.1.0-26.2
Compatibility
Required content
Changes
Changelog v1.1.0-26.2
In this version I have reworked the internal networking and jobs engines, making them more robust.
I have improved the CLI to support more complex outputs, and the SIGINT signal.
I have added static routes, manageable using the ip route CLI command.
Finally, I have also implemented the ICMP protocol, along with the ping and traceroute commands.
New Features:
SIGINT (CTRL+C)signalip routeCLI command, for static routingICMPProtocol implementationpingCLI commandtracerouteCLI command- Gratuitous ARP requests

Changelog v1.1.0-26.2
In questa versione ho riprogettato gli engine interni relativi al networking e ai job per renderli più robusti.
Ho migliorato la CLI per supportare output più complessi e il segnale SIGINT.
Ho aggiunto le rotte statiche, configurabili con il comando CLI ip route.
Infine, ho implementato il protocollo ICMP, insieme ai comandi ping e traceroute.
Nuove Feature:
- Segnale
SIGINT (CTRL+C) - Comando CLI
ip route, per le rotte statiche - Protocollo
ICMP - Comando CLI
ping - Comando CLI
traceroute - Richieste ARP Gratuitous

Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:PsNb5dTq:H8ZZxMcj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PsNb5dTq:H8ZZxMcj"
}

