eaglebot/platform/raspberry.properties

22 lines
811 B
Properties

#
# Please configure this to describe the remote RPI machine
#
# Connection data
target.platform.host=192.168.0.61
target.platform.port=22
target.platform.username=scott
# if the password is set, it is used for connecting via SSH to RPI
# to authenticate with your certificate, comment the password and configure the privatekey and passphrase properties
target.platform.password=delta314
#target.platform.privatekey=<private key file>
#target.platform.passphrase=<private key passphrase>
# remote folders
# the location of the RPI JRE
target.remote.jre=/usr
target.debug.supported=true
target.debug.port=1955
target.run.as.root=true
# The remote target root folder where your projects is deployed
target.remote.home=/home/scott/NetBeansProjects
target.run.module.class=com.tearabite.eaglebot/com.tearabite.Main