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 = { networking.firewall = {
allowedTCPPorts = [ allowedTCPPorts = [
8080 8080
10400
10401
10402 10402
10403
15151 15151
22752 22752
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
8080 8080
10400
10401
10402 10402
10403
15151 15151
22752 22752
]; ];
@ -148,7 +142,7 @@
ConditionUser = "mixer"; ConditionUser = "mixer";
}; };
serviceConfig = { 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"; Restart = "always";
RestartSec = 5; RestartSec = 5;
}; };

View File

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