blob: c688384d01038ab4e19955e387745c9580c653d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
EZIPC - Easy Inter-Process Communication single-file library
See c/sources/ezipc.h for more explenation.
common.h, server.c, and client.c are just examples.
Java version is not really tested, I am not a java dev. C version was tested in the basic case.
Unlike C version, Java version also depends on 2 libraries:
- jna-jpms-5.12.1.jar
- jna-platform-5.12.1.jar
You will need to source them and put them into java/libraries directory. I don't wanna deal with
distribution of 3rd party libs.
All of this was done at a request for help that was never actually utilized or even tested by the
one who asked for this, so use at your own risk. 🤷
Copyright (C) 2022 - dweller@cabin.digital
Licensed under BSD 3-Clause license. See ezipc.h for more details.
|