This repository host the Pi4J APT/PPA Package Repository accessible via pi4j.com/download.
The download files are located on github.com/Pi4J/download.
For more information about the Pi4J Project, please see: pi4j.com.
To use a snapshot version of the library in your Maven project, add the following repositories-settings to your pom.xml
.
<repositories>
<repository>
<id>oss-snapshots-repo</id>
<name>Sonatype OSS Maven Repository</name>
<url>https://oss.sonatype.org/content/groups/public</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
The list of available releases and snapshots can also be found on sonatype.org.
The easiest way to get started with the Pi4J APT/PPA repository is to use our pre-built installation scripts:
curl -sSL https://pi4j.com/v2/install | sudo bash
curl -sSL https://pi4j.com/install | sudo bash
Should you decide against running our installer script, you can also use these commands to setup the appropriate repository:
wget -qO- https://pi4j.com/pi4j.gpg | sudo apt-key add -
echo 'deb [arch=all] https://pi4j.com/download v2 stable' | sudo tee /etc/apt/sources.list.d/pi4j.list
sudo apt update
sudo apt install pi4j
wget -qO- https://pi4j.com/pi4j.gpg | sudo apt-key add -
echo 'deb [arch=all] https://pi4j.com/download v2 testing' | sudo tee /etc/apt/sources.list.d/pi4j.list
sudo apt update
sudo apt install pi4j
wget -qO- https://pi4j.com/pi4j.gpg | sudo apt-key add -
echo 'deb [arch=all] https://pi4j.com/download v1 stable' | sudo tee /etc/apt/sources.list.d/pi4j.list
sudo apt update
sudo apt install pi4j
wget -qO- https://pi4j.com/pi4j.gpg | sudo apt-key add -
echo 'deb [arch=all] https://pi4j.com/download v1 testing' | sudo tee /etc/apt/sources.list.d/pi4j.list
sudo apt update
sudo apt install pi4j
Use these pre-built operating system images of the Pi4J project to kickstart your own 100% pure Java applications for specific Raspberry Pi setups. Please note that the given SHA256 checksums refer to the image file contained within the ZIP archive and not the ZIP archive itself. Visit the official GitHub Repository to learn more.
Name | Size | Download URL | Date |
---|---|---|---|
Pi4J-Basic-OS-0.3.0.img.zip | 1.88 GiB | https://pi4j-download.com/Pi4J-Basic-OS-0.3.0.img.zip | 2023-07-27 13:36 |
Image SHA256: d458028acb3114d5fd942d819982a0014d930a5feea392d9d3e80f21fe903dae |
|||
Pi4J-Basic-OS-main.img.zip | 1.88 GiB | https://pi4j-download.com/Pi4J-Basic-OS-main.img.zip | 2023-07-31 11:45 |
Image SHA256: 03d78ae00b9f727fde2342b6c43810dbf2b1e847bbb1daa533d75a28fa2fff15 |
Name | Size | Download URL | Date |
---|---|---|---|
Pi4J-CrowPi-OS-0.3.0.img.zip | 1.88 GiB | https://pi4j-download.com/Pi4J-CrowPi-OS-0.3.0.img.zip | 2023-07-27 13:40 |
Image SHA256: 4c8364dc3cb2358cce58ffed29cc3f4030e65d7f2e710ae2176f40ab49c2f037 |
|||
Pi4J-CrowPi-OS-main.img.zip | 1.88 GiB | https://pi4j-download.com/Pi4J-CrowPi-OS-main.img.zip | 2023-07-31 11:41 |
Image SHA256: f91b6856cd0afc355221ab1a43421e257a1fed27995a92bd57acb7eae1851111 |
Name | Size | Download URL | Date |
---|---|---|---|
Pi4J-Picade-OS-0.3.0.img.zip | 1.89 GiB | https://pi4j-download.com/Pi4J-Picade-OS-0.3.0.img.zip | 2023-07-27 13:24 |
Image SHA256: 54d529ea30afc80c41214fd71015d821a612f479318c35e6f4426d1b5d35a722 |
|||
Pi4J-Picade-OS-main.img.zip | 1.89 GiB | https://pi4j-download.com/Pi4J-Picade-OS-main.img.zip | 2023-07-31 11:44 |
Image SHA256: 8fafe49ddb3af8063c454cf188137b5cfb8114059b8ead6585bc2070a55d7173 |
Thanks to our sponsor Karakun for hosting these images!