GitXplorerGitXplorer
J

ashttp

public
82 stars
8 forks
0 issues

Commits

List of commits on branch master.
Unverified
e2d2423d6885a1f5dd97490ce6cbf5098e77f5b7

In most cases, I just think that 1k is not enough (for me, 1k is less than 1s of logs).

JJulienPalard committed 11 years ago
Unverified
0637ad9360505be4dbe8e2fe9e37399290aec324

Like HTTP but using logtop to expose stats about subprocess stdout.

JJulienPalard committed 11 years ago
Unverified
0b0df06dca256ffdb6c897dcdcded249205e0ed5

Clarifying install procedure.

committed 13 years ago
Unverified
4992b07e2e666c6edeab6acc4c5c576f7ef66314

Using a C module instead of a python module to parse vt100 escape codes, ashttp does not longer eat 100% cpu.

JJulienPalard committed 13 years ago
Unverified
17e4759f769f14e3ec7cc4727930ba364d1145a8

FIX: Inverted width and height in TIOCSWINSZ

committed 13 years ago
Unverified
d0ba3da49041b28635d0d54a827fba6fccc475aa

ADD: Verbose message for ImportError

committed 13 years ago

README

The README file for this repository.

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