arrowhead-f / client-library-python

Arrowhead Client Library in Python
Eclipse Public License 2.0
5 stars 10 forks source link
arrowhead iot-application

ARROWHEAD CLIENT PYTHON LIBRARY

This is a library for the creation of client service providers and consumer for the Arrowhead Framework, a service-oriented framework developed for industrial automation. To read more about the library, please go to the documentation.

About

The Arrowhead Client Python Library is a library to make it easy to create your own Arrowhead Framework systems and services in Python. This library provides interfaces to connect Python with the Arrowhead Core Systems.

Development status

This library is still in the Alpha stage of development, this means that the APIs haven't yet matured and may change at any time.

The library currently supports the http and websockets protocols for service consumption.

The library only provides interfaces for he mandatory core systems at the moment, but inferfaces for the other core systems is planned.

External Depencies

To run an Arrowhead system you need to have the Arrowhead core systems up and running, and the correct certificates need to be provided. A guide on how to create your own certificates can be found on the Arrowhead github.

How To Use

See the quickstart guide.