# .bashrc

# Environment for SIAM applications
# Note that SIAM_HOME *must* be set prior to executing this script.

# Setup Java
. /j9/j9env
export JAVA=j9
export JAVA_OPTIONS="-mca:32 -mco:64 -mx:24576 -mo:1024 -moi:256"

export SIAM_BIN=$SIAM_HOME/bin/arm-linux
export SIAM_CODEBASE=http://`hostname`/codebase/
export SIAM_CLASSPATH=$JAVA_HOME/lib/jclMax/classes.zip:$JAVA_HOME/lib/prsnlmot.jar:$JAVA_HOME/lib/RXTXcomm.jar:$SIAM_HOME/classes:/mnt/hda/codebase:$SIAM_HOME/jars/javax.jar:$SIAM_HOME/jars/gnu_getopt.jar:$SIAM_HOME/jars/jrendezvous.jar:$SIAM_HOME/jars/log4j-1.2.8.jar

# Set to TRUE if you want SIAM node app to start on reboot


export PATH=.:$PATH:$SIAM_HOME/utils:$SIAM_BIN:$HOME/bin

alias gosiam='cd $SIAM_HOME'
alias java=j9
alias ls='ls -F'
alias ll='ls -AlF'







# SIAM_AUTOSTART indicates whether to automatically start SIAM on boot
export SIAM_AUTOSTART=TRUE

# SIAM_PORTAL is the name of the portal to contact
export SIAM_PORTAL=shore

# LOG4J_THRESHOLD; DEBUG, INFO, WARN, or ERROR:
export LOG4J_THRESHOLD=DEBUG

# ppp script for wireless comms
export SIAM_PPP_SCRIPT=longhaul
