summaryrefslogtreecommitdiff
path: root/README.md
blob: 2a2ea986e04b2fd005fceebc850f3913186bc437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# EduVPN shared library

This repository contains a Go library with functions that all eduVPN clients can use. The goal is to let eduVPN clients
link against this library and gradually merge more common logic between eduVPN clients into this repository.

[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.

Supported languages:
- Android (Java)
- C#
- Php
- Python
- Swift

## Documentation
The documentation for this library can be found at https://jwijenbergh.github.io/eduvpn-common.

## Contributing
Contributions are welcome.

## License
This code does not have a license yet.

## Authors
This works is done by @stevenwdv and @jwijenbergh at the [Surf](https://www.surf.nl/) organisation.