This commit is contained in:
2025-11-19 08:08:22 -05:00
commit eaaa5519bd
256 changed files with 46657 additions and 0 deletions

9
start_fat_proxy_debug.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
export OMP_NUM_THREADS=1
host=${1:-localhost}
port=${2:-3100}
for i in {1..11}; do
python3 ./Run_Player.py -i $host -p $port -u $i -t FCP-debug -F 1 -D 1 &
done