summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-09 00:55:36 +0200
committerdweller <dweller@cabin.digital>2024-03-09 00:55:36 +0200
commit86d3f93ee338b28ab7d40aa83c129cf6b97ef4b7 (patch)
tree507a8d66932e6dea9b121dfcbf980f7925575c9f /README.txt
Initial commit, 2 years later
Diffstat (limited to '')
-rw-r--r--README.txt19
1 files changed, 19 insertions, 0 deletions
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.