diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-30 17:17:19 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-30 17:17:19 +0200 |
| commit | 650052331aecd2b952610b2f03a5b0122448c496 (patch) | |
| tree | 05f69341d390af7eb5ee306ab24f427eae994a63 | |
| parent | 98b67b272bcbf137f5cb3cc8cf809d8e34b2272f (diff) | |
README: Small update
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,7 +6,10 @@ link against this library and gradually merge more common logic between eduVPN c [Cgo](https://pkg.go.dev/cmd/cgo) is used to build the Go library into a shared dynamic library. Wrappers were written using some FFI framework for each language used in eduVPN clients to easily interface with the library. -The only support language is Python at the moment. Other languages will come with updates. +The only wrapper inside of this repository is Python, used for the Linux clients. Other clients define their own wrappers, see: + +- https://github.com/Amebis/eduVPN +- https://github.com/eduvpn/android ## Documentation The documentation for this library can be found at [GitHub pages](https://eduvpn.github.io/eduvpn-common). |
