Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]`