Download Latest Version pi4jserver-1.0.zip (163.6 kB)
Email in envelope

Get an email when there's a new version of testPi4J

Home / 1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2013-12-15 960 Bytes
testpicore-1.0.zip 2013-12-15 107.2 kB
testpicore-1.0.tgz 2013-12-15 103.9 kB
pi4jserver-1.0.zip 2013-12-15 163.6 kB
pi4jserver-1.0.tgz 2013-12-15 163.0 kB
Totals: 5 Items   538.7 kB 0
pi4jServer
==========

You must download two zip files or two *tgz files (testpicore-1.0.zip and pi4jserver-1.0.zip, 
for instance): the file pi4jserver is the server and must be executed in the Raspberry Pi, the 
other is a jar file that you have to put in your project instead of the normal pi4j library.

Installation instructions
-------------------------

This program must be installed in the Raspberry Pi. 

Java must be working and in the path from the root user, in other words: 

  # sudo su 
  # java -version
  
Must work.

Unpack the file "pi4jserver" (whichever it is, zip or tgz) and place it in a folder in your 
raspberry pi. 

Run it with root privileges. 

In your project, replace the pi4j-core.jar by the file testpicore.jar that comes in the other file.
Place the file testPiCore.properties into the main directory of your project and 
configure accordingly: you have to set the ip address of your raspberry pi and the 
port number. 



Source: README.txt, updated 2013-12-15