gitextract_a2zf_04h/ ├── .editorconfig ├── .gitattributes ├── .gitignore ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── carousel.cpp ├── carousel.h ├── configure.cpp ├── configure.h ├── debug.cpp ├── debug.h ├── example-vbit.conf ├── filemonitor.cpp ├── filemonitor.h ├── getvbit2 ├── interfaceServer.cpp ├── interfaceServer.h ├── masterClock.h ├── normalpages.cpp ├── normalpages.h ├── packet.cpp ├── packet.h ├── packet830.cpp ├── packet830.h ├── packetDatacast.cpp ├── packetDatacast.h ├── packetDebug.cpp ├── packetDebug.h ├── packetServer.cpp ├── packetServer.h ├── packetmag.cpp ├── packetmag.h ├── packetsource.cpp ├── packetsource.h ├── page.cpp ├── page.h ├── pagelist.cpp ├── pagelist.h ├── postupdate.sh ├── scripts/ │ ├── config.py │ ├── known_services.json │ ├── runvbit2.py │ ├── teletext-update.py │ └── vbit-config.py ├── service.cpp ├── service.h ├── specialpages.cpp ├── specialpages.h ├── tables.cpp ├── tables.h ├── teletext-update.service ├── teletext-update.timer ├── ttxline.cpp ├── ttxline.h ├── ttxpagestream.cpp ├── ttxpagestream.h ├── update.sh ├── updatedpages.cpp ├── updatedpages.h ├── vbit2.cpp ├── vbit2.h ├── vbit2.service └── version.h