Linux client to connect vpn using openconnect.
Table of Contents
This project is for the development of an application, in Python, using PyQt5, to connect to VPNs using the openconnect package.
Some software and libraries are needed to run the project.
- Python >= 3.8
- PyQt5 >= 5.15.9
- Openconnect >= 9.01
- Python - https://www.python.org/downloads/
sudo apt install python3
- PyQt5 - https://pypi.org/project/PyQt5/
sudo apt install python3-pyqt5
- Openconnect - https://www.infradead.org/openconnect/
sudo apt install openconnect
- PyConnect
git clone https://github.com/dantonbertuol/pyconnect.git cd pyconnect ./install.sh
- Build
./build.sh
Danton Bertuol - [email protected]
https://pypi.org/project/PyQt5/
https://www.python.org/downloads/
https://www.infradead.org/openconnect/