Go to file
2022-09-03 14:46:47 -06:00
.gitignore Add Think screen 2022-09-01 15:55:55 -06:00
LICENSE Initial commit 2022-08-31 19:34:35 -06:00
main.py Add logging 2022-09-03 14:46:11 -06:00
mt70 Add Morrow terminfo 2022-09-01 01:37:49 -06:00
README.md Begin README 2022-09-03 14:46:47 -06:00
requirements.txt Fix WA requirement 2022-09-03 14:46:20 -06:00
secrets.py.example Add Think screen 2022-09-01 15:55:55 -06:00
simple.py Ditch unicurses, go back to curses 2022-09-01 14:05:54 -06:00

Protovac

A serial dumb terminal to display random things for Protospace.

Setup

$ git clone https://github.com/Protospace/protovac.git
$ cd protovac
$ sudo tic -o /lib/terminfo/ mt70
$ sudo apt update
$ sudo apt install python3 python3-dev python3-pip python3-virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate
(env) $ pip install -r requirements.txt
(env) $ python main.py

ExecStart=-/sbin/agetty --autologin protospace 9600 %I mt70 sudo systemctl daemon-reload sudo systemctl restart serial-getty@ttyS0.service