Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Python Bindings

fraunhofer-iis-bot opened this issue · comments

In GitLab by @cstender on Dec 9, 2020, 18:01

To make use of libjapi in a python program bindings shall be added.

The following page gives a good overview about the possibilites:
https://realpython.com/python-bindings-overview/