PiServer

Raspberry Pi OPC-UA Server

Лицензия

Лицензия

Группа

Группа

com.digitalpetri.opcua
Идентификатор

Идентификатор

pi-server
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

zip
Описание

Описание

PiServer
Raspberry Pi OPC-UA Server
Ссылка на сайт

Ссылка на сайт

https://github.com/kevinherron/pi-server
Система контроля версий

Система контроля версий

https://github.com/kevinherron/pi-server

Скачать pi-server

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.digitalpetri.opcua : ua-server jar 0.4.0
ch.qos.logback : logback-classic jar 1.1.2
com.pi4j : pi4j-core jar 1.0
com.fasterxml.jackson.core : jackson-databind jar 2.4.0

Модули Проекта

Данный проект не имеет модулей.

Raspberry Pi OPC-UA Server

Installation

Download the latest release from https://github.com/kevinherron/pi-server/releases or package it from the latest source:

git clone https://github.com/kevinherron/pi-server.git
cd pi-server
mvn package

Copy that to your Raspberry Pi then unzip it:

unzip pi-server-1.1.0.zip 
cd pi-server-1.1.0/
chmod +x bin/pi-server.sh

GPIO

GPIO configuration is in config/gpio-config.json. Use config/gpio-config.json.example as a template.

IMPORTANT: The pin numbering scheme is NOT the same as what you see on the Pi. It's based on the pi4j and wiringpi abstract pin numbering scheme.

Running PiServer

With the above done and in place, simply invoke sudo bin/pi-server.sh start and wait.

You can tail the logs with tail -f logs/wrapper.log | cut -d '|' -f 4 and watch for a message about binding endpoints to know when it's started.

Версии библиотеки

Версия
1.1.0