Skip to content

jhthorsen/app-docsisious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

App::docsisious - Edit DOCSIS config files on web

VERSION

0.10

DESCRIPTION

App::docsisious is a Mojolicious web application for editing DOCSIS config files.

Try out 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 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 manually.

SYNOPSIS

# Step 1:
$ docsisious --listen http://*:8000
# Step 2:
$ open http://localhost:8000

COPYRIGHT AND LICENSE

Icons

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 - jhthorsen@cpan.org