update stuff

This commit is contained in:
2025-11-13 01:11:02 +01:00
parent b17a5fa1dd
commit 64ee63975c
6 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Praktikum5" default="run" basedir=".">
<project name="Rechnernetze" default="run" basedir=".">
<property name="src.dir" value="."/>
<property name="build.dir" value="build"/>

View File

View File

@@ -1,5 +1,5 @@
{
description = "Rechnerstrukturen Praktikum 5";
description = "Rechnernetze";
inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
@@ -28,7 +28,7 @@
shellHook = ''
echo "Usage Example:"
echo "ant run -Dmain-class=aufgabe3.Server"
echo "ant run -Dmain-class=praktikum5.aufgabe3.Server"
'';
};
};

View File

@@ -1,4 +1,4 @@
// DK, 18.11.2022
package praktikum5.aufgabe1;
import java.net.UnknownHostException;
import java.net.InetAddress;

View File

@@ -1,3 +1,5 @@
package praktikum5.aufgabe2;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.net.SocketException;