Manually merged freebsd fork from git.floating-in.space/isabell/labcontrol into github.com/markuspg/Labcontrol.
parent
f5d7d1af7e
commit
78b2af6947
@ -1,98 +0,0 @@ |
||||
[General] |
||||
### Server settings |
||||
# The IP of the server running zTree |
||||
server_ip=192.168.1.200 |
||||
# Network broadcast address |
||||
network_broadcast_address=192.168.1.255 |
||||
# The port which shall be used by zTree by default |
||||
initial_port=8000 |
||||
# The port the client help server shall listen on |
||||
client_help_server_port=XXXX |
||||
# User names of all users which shall be able to conduct administrative tasks with Labcontrol |
||||
admin_users="UserA|UserB|UserC" |
||||
# The public keys to access the clients as root |
||||
pkey_path_root=/usr/local/share/labcontrol/id_labclient_root |
||||
# The public keys to access the clients as unprivileged user |
||||
pkey_path_user=/usr/local/share/labcontrol/id_labclient_dsa |
||||
# The default name for locally started zLeaves |
||||
local_zLeaf_name=local |
||||
# Default dimension for locally started zLeaves |
||||
local_zLeaf_size=1280x1024 |
||||
# If multiple receipts are availabe, this indicates, which one will be shown by default (the index counting from 0 following an alphabetical ordering) |
||||
default_receipt_index=0 |
||||
# The URL address of your lab's ORSEE |
||||
orsee_url=http://yourORSEEserver.tld |
||||
# URLs to available webcams |
||||
webcams=http://user:pass@webcam_right|http://user:pass@webcam_left |
||||
# Display names for the webcams |
||||
webcams_names="Webcam right|Webcam left" |
||||
|
||||
### Client settings |
||||
# The client settings are represented as an array. So the info of the first client stands in the first field in every section and the same is valid for the other clients with other indices each. |
||||
client_ips=192.168.1.1|192.168.1.2|192.168.1.3|192.168.1.4|192.168.1.5|192.168.1.6|192.168.1.7|192.168.1.8|192.168.1.9|192.168.1.10|192.168.1.11|192.168.1.12|192.168.1.13|192.168.1.14|192.168.1.15|192.168.1.16|192.168.1.17|192.168.1.18|192.168.1.19|192.168.1.20|192.168.1.21|192.168.1.22|192.168.1.23|192.168.1.24 |
||||
client_macs=00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00|00:00:00:00:00:00 |
||||
# These are the names which show up in the interface. They should match the hostnames of the clients |
||||
client_names=client01|client02|client03|client04|client05|client06|client07|client08|client09|client10|client11|client12|client13|client14|client15|client16|client17|client18|backupclient01|backupclient02|backupclient03|backupclient04|backupclient05|backupclient06 |
||||
# This is just a hash to control the correct length of the other client attributes |
||||
client_quantity=24 |
||||
# The following two coordinates specify where the client will be shown in the coordinate grid at the bottom of the Labcontrol screen |
||||
client_xpos=1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24 |
||||
client_ypos=1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1|1 |
||||
# The name of the user of the clients which is used to conduct experiments |
||||
user_name_on_clients=user |
||||
|
||||
### Binary paths |
||||
# Path to your lpr binary |
||||
lpr_command=/usr/bin/lpr |
||||
# Path to your netstat binary |
||||
netstat_command=/bin/netstat |
||||
# The command used to kill 'zleaf.exe' instances (part of the 'psmisc' package) |
||||
killall_command=/usr/bin/killall |
||||
# Where all Labcontrol data got installed |
||||
#DOTO: REMOVE VAGUE NAME WHEN NOT NEEDED ANYMORE (AFTER 2.1.4 MIRGRATION) |
||||
labcontrol_data_directory=/usr/local/share/labcontrol |
||||
labcontrol_data_directory=/usr/local/share/labcontrol |
||||
# Path to your latex binary |
||||
latex_command=/usr/bin/latex |
||||
# Path to your dvips binary |
||||
dvips_command=/usr/bin/dvips |
||||
# Path to your filemanager binary |
||||
file_manager=/usr/bin/dolphin |
||||
# Path to your ping binary |
||||
ping_command=/bin/ping |
||||
# Path to PDF/Postscript viewer binary |
||||
postscript_viewer=/usr/bin/okular |
||||
# Path to ps2pdf binary |
||||
ps2pdf_command=/usr/bin/ps2pdf |
||||
# Path to rm binary |
||||
rm_command=/bin/rm |
||||
# Path to SCP binary |
||||
scp_command=/usr/bin/scp |
||||
# The browser in which ORSEE shall be displayed |
||||
browser_command=/usr/bin/firefox |
||||
# Path to wmctrl binary |
||||
ssh_command=/usr/bin/ssh |
||||
# Path to taskset binary |
||||
taskset_command=/usr/bin/taskset |
||||
# Path to terminal-emulator binary |
||||
terminal_emulator_command=/usr/bin/gnome-terminal |
||||
# Path to wine binary |
||||
wine_command=/usr/bin/wine |
||||
# Path to wmctrl binary |
||||
wmctrl_command=/usr/bin/wmctrl |
||||
# Path to xset binary |
||||
xset_command=/usr/bin/xset |
||||
# Path to VNC viewer binary |
||||
vnc_viewer=/usr/bin/vinagre |
||||
# Path to wakeonlan binary |
||||
wakeonlan_command=/usr/bin/wakeonlan |
||||
# The program used to view the laboratory's webcams |
||||
webcam_command=/usr/local/bin/WebcamDisplay |
||||
# The folder were all zTree versions are installed (in subfolders matching the scheme zTree_X.Y.Z) |
||||
ztree_installation_directory=/opt/z-Leaves |
||||
# Script to be called after session crash |
||||
restart_crashed_session_script=/home/scripts/start_zTree_after_crash.sh |
||||
# Client default browser cmd (firefox) - need to be quoted! |
||||
client_browser_command="firefox-esr" |
||||
# Client cromium cmd- need to be quoted! |
||||
client_chromium_command="chromium" |
@ -0,0 +1,79 @@ |
||||
{ |
||||
"server": { |
||||
"server_ip": "192.168.53.100", |
||||
"network_broadcast_address": "192.168.53.255", |
||||
"initial_port": 7000, |
||||
"client_help_server_port": 19871, |
||||
"admin_users": ["okirchkamp", "weiss", "isabell"], |
||||
"pkey_path_root": "/usr/share/labcontrol/id_clients_root", |
||||
"pkey_path_root_comment": "The public keys to access the clients as root", |
||||
"pkey_path_user": "/usr/share/labcontrol/id_clients_ewfuser", |
||||
"pkey_path_user_comment": "The public keys to access the clients as unprivileged user", |
||||
"local_zLeaf_def_name": "local", |
||||
"local_zLeaf_def_size": "1280x1024", |
||||
"default_receipt_index": 0, |
||||
"default_receipt_index_comment": "If multiple receipts are availabe, this indicates, which one will be shown by default (the index counting from 0 following an alphabetical ordering)", |
||||
"orsee_url": "http://yourORSEEserver.tld", |
||||
"webcams": { "Webcam right": "http://user:pass@webcam_right", "Webcam left": "http://user:pass@webcam_left"}, |
||||
"vnc_view_only_argument": "-ViewOnly" |
||||
}, |
||||
"client": { |
||||
"clients": { "client01": {"ip": "192.168.53.1", "mac": "4c:72:b9:21:ea:7e", "xpos": "3", "ypos": "4"}, |
||||
"client02": {"ip": "192.168.53.2", "mac": "4c:72:b9:24:86:60", "xpos": "4", "ypos": "4"}, |
||||
"client03": {"ip": "192.168.53.3", "mac": "00:1e:8c:f2:5b:7a", "xpos": "5", "ypos": "4"}, |
||||
"client04": {"ip": "192.168.53.4", "mac": "4c:72:b9:24:85:a6", "xpos": "6", "ypos": "4"}, |
||||
"client05": {"ip": "192.168.53.5", "mac": "4c:72:b9:24:85:b9", "xpos": "6", "ypos": "3"}, |
||||
"client06": {"ip": "192.168.53.6", "mac": "00:1e:8c:f2:ac:b9", "xpos": "5", "ypos": "3"}, |
||||
"client07": {"ip": "192.168.53.7", "mac": "4c:72:b9:24:84:ea", "xpos": "4", "ypos": "3"}, |
||||
"client08": {"ip": "192.168.53.8", "mac": "4c:72:b9:24:86:d0", "xpos": "4", "ypos": "2"}, |
||||
"client09": {"ip": "192.168.53.9", "mac": "4c:72:b9:24:80:b1", "xpos": "5", "ypos": "2"}, |
||||
"client10": {"ip": "192.168.53.10", "mac": "4c:72:b9:21:e8:ba", "xpos": "6", "ypos": "2"}, |
||||
"client11": {"ip": "192.168.53.11", "mac": "4c:72:b9:24:83:ae", "xpos": "6", "ypos": "1"}, |
||||
"client12": {"ip": "192.168.53.12", "mac": "4c:72:b9:24:83:81", "xpos": "5", "ypos": "1"}, |
||||
"client13": {"ip": "192.168.53.13", "mac": "4c:72:b9:21:a3:25", "xpos": "4", "ypos": "1"}, |
||||
"client14": {"ip": "192.168.53.14", "mac": "4c:72:b9:24:85:10", "xpos": "3", "ypos": "1"}, |
||||
"client15": {"ip": "192.168.53.15", "mac": "4c:72:b9:24:86:39", "xpos": "2", "ypos": "1"}, |
||||
"client16": {"ip": "192.168.53.16", "mac": "4c:72:b9:24:83:73", "xpos": "1", "ypos": "1"}, |
||||
"client17": {"ip": "192.168.53.17", "mac": "4c:72:b9:24:85:df", "xpos": "1", "ypos": "2"}, |
||||
"client18": {"ip": "192.168.53.18", "mac": "4c:72:b9:24:85:fd", "xpos": "2", "ypos": "2"}, |
||||
"backupclient01": {"ip": "192.168.53.19", "mac": "00:17:31:5f:7e:21", "xpos": "1", "ypos": "7"}, |
||||
"backupclient02": {"ip": "192.168.53.20", "mac": "00:17:31:5f:7e:21", "xpos": "2", "ypos": "7"}, |
||||
"backupclient04": {"ip": "192.168.53.22", "mac": "00:17:31:5f:84:c6", "xpos": "4", "ypos": "7"}, |
||||
"backupclient05": {"ip": "192.168.53.23", "mac": "00:17:31:5f:84:c6", "xpos": "5", "ypos": "7"}, |
||||
"backupclient06": {"ip": "192.168.53.24", "mac": "00:17:31:5c:68:89", "xpos": "6", "ypos": "7"}, |
||||
"server": {"ip": "192.168.53.100", "mac": "4c:72:b9:21:bb:0c", "xpos": "1", "ypos": "5"}, |
||||
"testclient": {"ip": "192.168.53.48", "mac": "00:27:0e:34:3f:5d", "xpos": "3", "ypos": "2"}}, |
||||
"user_name_on_clients": "ewfuser" |
||||
}, |
||||
"binary_paths": { |
||||
"lpr_command": "lpr", |
||||
"netstat_command": "netstat", |
||||
"killall_command": "pkill -f", |
||||
"zleaf_exe_name": "zleaf.exe", |
||||
"ztree_exe_name": "ztree.exe", |
||||
"labcontrol_data_directory": ".", |
||||
"latex_command": "latex", |
||||
"dvips_command": "dvips", |
||||
"file_manager": "thunar", |
||||
"ping_command": "ping", |
||||
"postscript_viewer": "okular", |
||||
"ps2pdf_command": "ps2pdf", |
||||
"rm_command": "rm", |
||||
"scp_command": "scp", |
||||
"browser_command": "firefox", |
||||
"client_browser_command": "firefox", |
||||
"client_chromium_command": "chrome", |
||||
"ssh_command": "ssh", |
||||
"taskset_command": "LANG=en_US.UTF-8 cpuset -l 1", |
||||
"terminal_emulator_command": "gnome-terminal", |
||||
"wine_command": "wine", |
||||
"wmctrl_command": "wmctrl", |
||||
"xset_command": "xset", |
||||
"vnc_viewer": "vncviewer", |
||||
"wakeonlan_command": "wakeonlan", |
||||
"webcam_command": "WebcamDisplay", |
||||
"ztree_installation_directory": "/opt/zTree", |
||||
"ztree_installation_directory_comment": "The folder where all zTree versions are installed (in subfolders matching the scheme zTree_X.Y.Z)", |
||||
"restart_crashed_session_script": "/home/scripts/start_zTree_after_crash.sh" |
||||
} |
||||
} |