Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farmradiohangar/fconf
voxbox network configuration
https://github.com/farmradiohangar/fconf
ethernet ethernet-configuration json-configuration voxbox wifi-client wifi-network
Last synced: 7 days ago
JSON representation
voxbox network configuration
- Host: GitHub
- URL: https://github.com/farmradiohangar/fconf
- Owner: FarmRadioHangar
- License: mit
- Created: 2016-11-23T11:10:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T10:10:43.000Z (over 7 years ago)
- Last Synced: 2024-06-20T03:26:57.020Z (5 months ago)
- Topics: ethernet, ethernet-configuration, json-configuration, voxbox, wifi-client, wifi-network
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fconf
voxbox configurationThis provide command line application that helps configure voxbox through json
files.# Installation
You can install precompiled binaries
Or if you have Go installed.
go get github.com/FarmRadioHangar/fconf
## Usage
```
NAME:
fconf - fessbox configuration managerUSAGE:
fconf [global options] command [command options] [arguments...]
VERSION:
0.4.9
COMMANDS:
ethernet, e configures ethernet with systemd
4g-ndis, 4g configures 4G with systemd
3g-ras, 3g configures 3G
wifi-client, w configures wifi client with systemd
access-point, a configures access point with systemd
voice-channel, v configures voice channel for 3g dongle
list-interface, i prints a json array of all interfaces
help, h Shows a list of commands or help for one commandGLOBAL OPTIONS:
--interface value the interface
--pid value process id to send SIGHUP to (default: 0)
--help, -h show help
--version, -v print the version
```