Initial upload opcua simulator

This commit is contained in:
Christoph Hehl
2026-05-10 14:17:32 +02:00
commit 83052f99b6
37 changed files with 66609 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package de.opcua.app;
/** Bootstrap-Launcher umgeht JavaFX-Fat-JAR-Problem. */
public class Launcher {
public static void main(String[] args) {
SimulatorApp.main(args);
}
}