Initial commit

This commit is contained in:
2025-10-22 22:06:16 +02:00
commit d8ca4e154f
141 changed files with 32231 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultConfiguration = void 0;
exports.DefaultConfiguration = {
webServer: {
port: 6300,
},
unity: {
executable: {
path: '',
arguments: [],
startUpDelay: 5000,
},
webSocket: {
ip: '127.0.0.1',
port: 3000,
},
heartbeatInterval: 1000,
calibrationImageInterval: 2000,
},
cameraRunner: {
webSocket: {
ip: '127.0.0.1',
port: 6301,
},
pollInterval: 5000,
},
};
//# sourceMappingURL=DefaultConfiguration.js.map