Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhthorsen/app-docsisious
Edit DOCSIS config files on web
https://github.com/jhthorsen/app-docsisious
Last synced: 3 months ago
JSON representation
Edit DOCSIS config files on web
- Host: GitHub
- URL: https://github.com/jhthorsen/app-docsisious
- Owner: jhthorsen
- Created: 2015-10-15T07:50:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T07:24:16.000Z (about 6 years ago)
- Last Synced: 2023-08-20T23:13:39.632Z (over 1 year ago)
- Language: Perl
- Size: 71.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
App::docsisious - Edit DOCSIS config files on web
# VERSION
0.10
# DESCRIPTION
[App::docsisious](https://metacpan.org/pod/App::docsisious) is a [Mojolicious](https://metacpan.org/pod/Mojolicious) web application for editing
DOCSIS config files.Try out [http://home.thorsen.pm/docsisious](http://home.thorsen.pm/docsisious) for a demo.
# INSTALLATION
$ curl -L https://cpanmin.us | perl - -M https://cpan.metacpan.org App::docsisious
You also need [SNMP.pm](https://metacpan.org/pod/SNMP) to be able to write "human readable" OIDs.
The standard behavior is to decode all OIDs as numeric.$ sudo apt-get install libsnmp-perl
If you are using a custom perl build, you have to get [SNMP.pm](http://www.net-snmp.org/download.html)
manually.# SYNOPSIS
# Step 1:
$ docsisious --listen http://*:8000
# Step 2:
$ open http://localhost:8000# COPYRIGHT AND LICENSE
## Icons
- [Daniel Bruce](http://www.flaticon.com/free-icon/question-mark_3711)
- [Dave Gandy](http://www.flaticon.com/free-icon/fullscreen-arrows-symbol_25183)
- [Egor Rumyantsev](http://www.flaticon.com/free-icon/settings-work-tool_70367")
- [Freepik](http://www.flaticon.com/free-icon/save-icon_64052)
- [Google](http://www.flaticon.com/free-icon/download-button_60721)## Code
Copyright (C) 2014, Jan Henning Thorsen
This program is free software, you can redistribute it and/or modify it under
the terms of the Artistic License version 2.0.# AUTHOR
Jan Henning Thorsen - `[email protected]`