Skip to content

JulienPalard/ashttp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
Dependencies
============

hl_vt100
--------

To get and compile hl_vt100 :

$ git clone https://github.com/JulienPalard/vt100-emulator.git
$ aptitude install python-dev
$ make python_module
$ python setup.py install

What is ashttp ?
================

ashttp can serve any text application over http, like :

$ ashttp -p 8080 top
to serve a top on port 8080, or :

$ ashttp -p 8080 watch -n 1 ls -lah /tmp
to serve an actualized directory listing of /tmp

LICENSE
=======

The ashttp licence is FreeBSD Licence that you can found in the copyright
file

About

Shell command, that expose any other command as http. To expose top as http, try : ashttp -p8080 top ; then try http://localhost/8080 and hit F5 to refresh your top :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages