https://github.com/radionoisee/acng
Wrapper for OpenConnect to handle Cisco AnyConnect's XML profile.
https://github.com/radionoisee/acng
anyconnect openconnect
Last synced: 6 months ago
JSON representation
Wrapper for OpenConnect to handle Cisco AnyConnect's XML profile.
- Host: GitHub
- URL: https://github.com/radionoisee/acng
- Owner: RadioNoiseE
- License: mit
- Created: 2024-12-07T06:14:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-14T15:34:02.000Z (7 months ago)
- Last Synced: 2025-03-14T16:34:42.921Z (7 months ago)
- Topics: anyconnect, openconnect
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## AnyConnect for the Command Line
### Introduction
The comment at the top of the file `acng.c` has verbose information.
### Build
To compile from scratch, execute:
```sh
cc -O2 acng.c -o acng -lexpat
strip acng
```Then you can install it to your `PATH`.
It links to `libexpat`, so also make sure that it is installed.