Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 752 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 752 Bytes

termcastd

termcastd is a from scratch implementation of termcast in Rust.

What is termcast?

Termcast was inspired by dgamelaunch allowing live viewing of people playing NetHack on nethack.alt.org. A simple service was created that allowed people to broadcast their terminals for others to watch.

For more information about the history of termcast, check termcast.org. If the site is (still) down, it is archived at the Wayback machine.

Building

Build using Cargo. Rust 1.6 or later is required.