API service providing Raspberry Pi info
Find a file
Frank Delporte ffd084f859
Some checks failed
Java CI with Maven / Build the Java service JAR (push) Has been cancelled
Java CI with Maven / Deploy to server (push) Has been cancelled
Add "find your board"
2025-07-01 14:09:53 +02:00
.github/workflows Bump Java version for build 2025-04-04 16:59:25 +02:00
frontend Bump Spring+Vaadin version and add board compare page 2025-06-25 08:28:56 +02:00
service Added server install info 2024-05-23 18:03:43 +02:00
src Add "find your board" 2025-07-01 14:09:53 +02:00
.gitignore Use board info method merged into Pi4J V2 (snapshot) 2024-04-15 17:15:55 +02:00
LICENSE.txt Initial commit 2022-07-25 17:39:18 +02:00
mvnw Extended with VAADIN UI 2022-07-27 18:43:02 +02:00
mvnw.cmd Extended with VAADIN UI 2022-07-27 18:43:02 +02:00
package.json Bump Spring+Vaadin version and add board compare page 2025-06-25 08:28:56 +02:00
pom.xml Bump Spring+Vaadin version and add board compare page 2025-06-25 08:28:56 +02:00
README.md Fix release date field 2024-04-17 11:35:58 +02:00
tsconfig.json Link to RP1 datasheet 2025-04-05 14:30:16 +02:00
types.d.ts Bump versions 2024-11-22 12:32:40 +01:00

Raspberry Pi Info :: API Service providing information about the Raspberry Pi boards

Build state: GitHub Actions build state

License Site Twitter Follow


PROJECT INFORMATION

General information

Project website: pi4j.com.

This service provides the following end-points on https://api.pi4j.com:

  • Vaadin UI
    • /web
    • Header view only: /web/header?name=HEADER_40
  • OpenAPI/Swagger documentation
    • /api/docs/pi4j
    • /swagger-ui/index.html
  • APIs
    • Can be tested on Postman.
    • Service
      • /api/service/actual
      • /api/service/board
      • /api/service/memory
    • Raspberry Pi Info
      • /api/raspberrypi/board
      • /api/raspberrypi/board/{MODEL}
        • e.g. /api/raspberrypi/board/MODEL_4_B

Build and distribute with GitHub Actions

Build to deploy to Raspberry Pi server

sdk use java 18.0.1-zulu
mvn clean package -Pproduction

Start as a service on Linux

See https://www.baeldung.com/linux/run-java-application-as-service

Adding a feature or solving a problem

If you have and idea to extend and improve this project, please first create a ticket to discuss how it fits in the project and how it can be implemented.

If you find a bug, create a ticket, so we are aware of it and others with the same problem can contribute what they already investigated. And the quickest way to get a fix? Try to search for the cause of the problem or even better provide a code fix!

Join the team

You want to become a member of the Pi4J-team? Great idea! Send a short message to frank@pi4j.com with your experience, ideas, and what you would like to contribute to the project.

LICENSE

Pi4J Version 2.0 and later is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.