aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: efc9b93b2b6b7f761a6eab622ce4eaff2f022a7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Termcast

This is a reimplementation of [termcast.org](http://termcast.org) in Python, with the
goal of adding features like a web viewer and better authentication options.

# Dependencies

* [paramiko](https://pypi.python.org/pypi/paramiko/)
* [vt100](https://pypi.python.org/pypi/vt100)

# Client

You can download a standalone client
[here](https://raw.githubusercontent.com/doy/python-termcast-client/master/termcast).
Alternatively, several other clients exist:

* [termcast_client](https://pypi.python.org/pypi/termcast_client)
* [App::Termcast](https://metacpan.org/release/App-Termcast)
* [ttrtail](http://noway.ratry.ru/jsn/termcast/)