summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
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.