Compare commits

...

2 Commits

Author SHA1 Message Date
Jan-Bulthuis
3631918db2 Simplified carla-osc setup 2025-04-24 15:24:52 +02:00
Jan-Bulthuis
180d0b3b00 Fixed issue in carla_osc_bridge 2025-04-24 15:24:12 +02:00
2 changed files with 3 additions and 9 deletions

View File

@ -43,19 +43,13 @@
networking.firewall = {
allowedTCPPorts = [
8080
10400
10401
10402
10403
15151
22752
];
allowedUDPPorts = [
8080
10400
10401
10402
10403
15151
22752
];
@ -148,7 +142,7 @@
ConditionUser = "mixer";
};
serviceConfig = {
ExecStart = "${pkgs.carla_osc_bridge}/bin/carla_osc_bridge --bridge-host \"10.20.60.251\" --carla-host \"10.20.60.251:22752\" --clients \"127.0.0.1:8080\"";
ExecStart = "${pkgs.carla_osc_bridge}/bin/carla_osc_bridg --clients \"127.0.0.1:8080\"";
Restart = "always";
RestartSec = 5;
};

View File

@ -9,8 +9,8 @@ rustPlatform.buildRustPackage {
domain = "git.bulthuis.dev";
owner = "Jan";
repo = "carla_osc_bridge";
rev = "8966a25e8d56efa30a28fd320c6f657040a1f01c";
hash = "sha256-AJ+hb642V/aqizbM4URaZhFSIFwSvGa23HIkHqIru2o=";
rev = "c037e2d2a1b29b785d8acc10fa0cb761afdb3fcf";
hash = "sha256-Wvdfm+4dfygZwkvaUhO9w7DrrUl3ZYvtD7nYrPSD0eA=";
};
cargoHash = "sha256-s1ZKbhHudgPOy7613zbT8TkbM6B7oloLEuTYHoWjX5o=";