From 86d3f93ee338b28ab7d40aa83c129cf6b97ef4b7 Mon Sep 17 00:00:00 2001 From: dweller Date: Sat, 9 Mar 2024 00:55:36 +0200 Subject: Initial commit, 2 years later --- README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..c688384 --- /dev/null +++ b/README.txt @@ -0,0 +1,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. -- cgit v1.2.3