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.
MIT License
3 stars 1 forks source link

libjapi/doxydir example out of date #44

Closed fraunhofer-iis-bot closed 1 year ago

fraunhofer-iis-bot commented 1 year ago

In GitLab by @bmi on Mar 29, 2023, 11:32

Die Doxydir folder included examples are out of date and not working.

the libjapi demo is the only example that currently works.

"test.py" in libjapi/doxydir is not the same as in the demo.

fraunhofer-iis-bot commented 1 year ago

In GitLab by @vornkat-iis on Apr 13, 2023, 19:06

created branch 44-libjapi-doxydir-example-out-of-date to address this issue