/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
1
2
3
4
5
6
7
8
9
10
11
12
# Common parameters
SERVER_DEVICE="/dev/fpga0"
SERVER_MODEL="test"

# API server parameters
API_SERVER_PORT=9000

# HTML server parameters
HTML_SERVER_PORT=5000

#Scripts directory
PCILIB_SCRIPTS_DIR="${PCILIB_SERVER_DIR}/scripts"