Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

ali1234/pyteletext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Teletext Service
-----------------------

This software generates the packet stream for a full teletext
service with up to 8 magazines, 0xff pages per magazine, and
3f7f subpages per page.

Usage
-----

The packets will be written to stdout, so you must pipe it
in to some teletext handling software such as raspi-teletext:

./main.py <data> | ../raspi-teletext/teletext

The data directory holds all pages and subpages you want to
transmit. The data must be split into directories:

./<page>/<subpage>.tt

See examples folder.

The data directory is monitored constantly for changes so
you can generate or edit pages in any external program. As
soon as they are saved they will be added to the rotation.

TODO
----

Use python generators instead of loops.

About

Teletext Service Generator - deprecated, this functionality is now in https://github.com/ali1234/vhs-teletext

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages