An open API service indexing awesome lists of open source software.

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.

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.