summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-02-14 15:18:18 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-05 12:26:12 +0200
commite89a5b72f0331d0a0209357169a9e0447788abb1 (patch)
tree2e858327d91b9a81a8d82d7e38671bda440654a1 /README.md
parent8c25b84c1b6a123d04b2460e2948ed5f0d2551ee (diff)
Readme: Add python client fork info
Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2303170..1998940 100644
--- a/README.md
+++ b/README.md
@@ -110,3 +110,7 @@ Take a look at `wrappers/<lang>/README.md` for descriptions per wrapper.
- `exports/`: C API interface
- `exports/lib/`: built libraries per architecture per OS
- `wrappers/`: wrappers per language
+
+## Clients
+There are currently no EduVPN clients that use this common library. The goal is to use this library for all official EduVPN clients in the future. There is work being done to make sure that these clients use this library. For example:
+- [Python linux client](https://github.com/jwijenbergh/python-eduvpn-client/tree/eduvpncommon)