Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pi4j/pi4j-board-info
Utility library providing information about the different Raspberry Pi boards
https://github.com/pi4j/pi4j-board-info
Last synced: about 1 month ago
JSON representation
Utility library providing information about the different Raspberry Pi boards
- Host: GitHub
- URL: https://github.com/pi4j/pi4j-board-info
- Owner: Pi4J
- License: apache-2.0
- Created: 2022-07-25T13:28:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T12:58:07.000Z (about 1 year ago)
- Last Synced: 2024-03-26T17:45:59.824Z (9 months ago)
- Language: Java
- Size: 54.7 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Raspberry Pi Info :: Utility Library providing information about the Raspberry Pi boards
========================================================================================![GitHub Actions build state](https://github.com/Pi4J/pi4j-board-info/actions/workflows/build.yml/badge.svg)
[![License](https://img.shields.io/github/license/pi4j/pi4j-v2)](http://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.pi4j/pi4j-board-info/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.pi4j/pi4j-board-info)[![Chat on Slack](https://img.shields.io/badge/Chat-on%20Slack-blue)](https://join.slack.com/t/pi4j/shared_invite/zt-1ttqt8wgj-E6t69qaLrNuCMPLiYnBCsg)
[![Site](https://img.shields.io/badge/Website-pi4j.com-green)](https://pi4j.com)
[![Twitter Follow](https://img.shields.io/twitter/follow/pi4j?label=Pi4J&style=social)](https://twitter.com/pi4j)---
## PROJECT INFORMATION
THIS PROJECT WAS MERGED INTO Pi4J V2 AND IS NOW ARCHIVED.
See https://github.com/Pi4J/pi4j-v2/tree/develop/pi4j-core/src/main/java/com/pi4j/boardinfo
### General information
Project website: [pi4j.com](https://pi4j.com/).
This library is a continuation of the project started by Frank Delporte
on [github.com/FDelporte/PiHeaders](https://github.com/FDelporte/PiHeaders).### Build and distribute with JReleaser
#### Initial setup
One-time process to prepare a new project for JReleaser
```
% sdk install jreleaser
% jreleaser init --format yml
```#### Uploading to Maven Repository
* Add a tag which will trigger a release build
* When finished, go to https://oss.sonatype.org/#stagingRepositories
* Select the uploaded artifact, should be in "Closed" state
* Click the "Release" button### Adding a feature or solving a problem
If you have and idea to extend and improve this library, 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 [email protected]
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.0Unless 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.