diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-28 00:27:45 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-28 00:27:45 +0200 |
commit | bada6fc8a7837b66f77afc88d887ddd9ef8dbeb9 (patch) | |
tree | 76cedb0f67842c4ae978b4f88c0c0f6db613ddc9 | |
parent | ff40db9eba26d369c483582f2e969480766f8e72 (diff) |
Some info in the README file before opening the hostilities.
-rw-r--r-- | README.md | 36 |
1 files changed, 34 insertions, 2 deletions
@@ -1,4 +1,36 @@ -looking-glass +Looking Glass ============= -Easy to deploy Looking Glass +Easy to deploy Looking Glass made in PHP. + +Requirements +------------ + + * Webserver such as Apache 2, or Lighttpd, etc… + * PHP module for the webserver (mod-php5 for Apache 2 for example) + * SSH2 library for PHP libssh2-php + +Description +----------- + +This web application made in PHP is what we call a **Looking Glass**. This is a +tool used to get some information about networks by giving the opportunity to +execute some commands on routers. The output is sent back to the user. + +For now this looking glass is quite simple. Here you have some features: + + * Interface using Javascript and AJAX calls (needs a decent browser) + * Support of Juniper routers + * Support of SSH connection to routers using password authentication + * Configurable list of routers + * Tweakable interface (title, logo, footer) + * Log all commands in a file + +Configuration +------------- + +License +------- + +Looking Glass is released under the terms of the GNU GPLv3. Please read the +LICENSE file for more informations. |