Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocordes/macvpnwatcher
Watch a VPN connection and reconnects whenever possible.
https://github.com/ocordes/macvpnwatcher
Last synced: 3 months ago
JSON representation
Watch a VPN connection and reconnects whenever possible.
- Host: GitHub
- URL: https://github.com/ocordes/macvpnwatcher
- Owner: ocordes
- License: bsd-3-clause
- Created: 2021-03-23T08:16:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T01:57:31.000Z (over 1 year ago)
- Last Synced: 2024-06-24T05:54:15.004Z (5 months ago)
- Language: Python
- Size: 891 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - macvpnwatcher
README
# macvpnwatcher
Watch a VPN connection and reconnects whenever possible.## Installation procedure:
```bash
python setup.py py2app
```In ```dist``` there is the MacVPNWatcher App, which you can copy into your ```/Application``` folder.
For Running the App you don't need a developer account from Apple. All necessary entitlements are free.
## Development:
For development, clone this repo on your local hard disk:
```bash
python3 -m venv macvpnwatcher
source macvpnwatcher/bin/activate
pip3 install -r requirements-dev.txt
```use
```bash
deactivate
```
to leave the environment.