An open API service indexing awesome lists of open source software.

https://github.com/quarkiverse/quarkus-jef

Java Embedded Framework - provides access from java for hardware and one board computers like Raspberry Pi, Orange Pi, Banana Pi and etc. to control SPI / I2C / GPIO or Serial ports
https://github.com/quarkiverse/quarkus-jef

1-wire i2c quarkus-extension serial spi

Last synced: 5 months ago
JSON representation

Java Embedded Framework - provides access from java for hardware and one board computers like Raspberry Pi, Orange Pi, Banana Pi and etc. to control SPI / I2C / GPIO or Serial ports

Awesome Lists containing this project

README

          

# Quarkus - Java Embedded Framework

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

[![Build](https://github.com/quarkiverse/quarkus-jef/workflows/Build/badge.svg)](https://github.com/quarkiverse/quarkus-jef/actions?query=workflow%3ABuild)
[![Maven Central](https://img.shields.io/maven-central/v/io.quarkiverse.jef/quarkus-java-embedded-framework.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.quarkiverse.jef/quarkus-java-embedded-framework)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Quarkus - Java Embedded Framework is a Quarkus extension for the embedded hardware and low level interfaces.

## User Documentation

User Docs [available here](https://quarkiverse.github.io/quarkiverse-docs/quarkus-java-embedded-framework/dev/index.html)

## Examples
Application with examples for SPI/I2C/Serial ports with SPA user interface(vue.js) [available here](https://github.com/alexeysharandin/quarkus-jef-example)