o

osgi.enroute.iot.pi.provider

This bundle wraps Pi4j (http://pi4j.com) that wraps the native code Wiring Pi (http://wiringpi.com). It wraps these libraries to make them OSGi friendly and allow them to work together with the OSGi enRoute IoT circuit library (osgi.enroute.iot.circuit). The bundle will first use Pi4J to detect on what hardware it runs. If it runs on an appropriate type, it will register a component that can be configured with Metatype. The Metatype defines a full blown configuration template for all the Pi's functions. The GPIO's are registered as components for the circuit. Regardless of the success of the configuration, this bundle will also register a GpioController service, which is the main Pi4J class.
http://www.pi4j.com, http://www.raspicentral.com, http://www.savagehomeautomation.com
http://opensource.org/licenses/lgpl-3.0.html
OSGi Alliance
OSGi Alliance
文件下载
文件名 操作
osgi.enroute.iot.pi.provider-2.2.0.jar 下载
osgi.enroute.iot.pi.provider-2.2.0.pom 下载
osgi.enroute.iot.pi.provider-2.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>biz.aQute</groupId>
  <artifactId>osgi.enroute.iot.pi.provider</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'biz.aQute:osgi.enroute.iot.pi.provider:2.2.0'
Gradle Kotlin
implementation("biz.aQute:osgi.enroute.iot.pi.provider:2.2.0")
Scala SBT
libraryDependencies += "biz.aQute" % "osgi.enroute.iot.pi.provider" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='biz.aQute', module='osgi.enroute.iot.pi.provider', version='2.2.0')
)
Apache Ivy
<dependency org="biz.aQute" name="osgi.enroute.iot.pi.provider" rev="2.2.0" />
Leiningen
[biz.aQute/osgi.enroute.iot.pi.provider "2.2.0"]
Apache Buildr
'biz.aQute:osgi.enroute.iot.pi.provider:jar:2.2.0'
本项目依赖
该项目无第三方依赖