User contributions for John
Jump to navigation
Jump to search
- 11:28, 3 April 2022 diff hist −3,111 Telstar Viewdata System →Installation
- 11:26, 3 April 2022 diff hist 0 Telstar Viewdata Client current
- 11:26, 3 April 2022 diff hist −35 Telstar Viewdata Client
- 11:25, 3 April 2022 diff hist 0 Telstar Viewdata Client
- 11:24, 3 April 2022 diff hist 0 Telstar Viewdata Client
- 11:22, 3 April 2022 diff hist +6 Telstar Viewdata Client
- 11:20, 3 April 2022 diff hist +40 Telstar Viewdata Client
- 11:20, 3 April 2022 diff hist 0 N File:Telstar-Client-1-2048x1812.png current
- 11:19, 3 April 2022 diff hist +757 N Telstar Viewdata Client Created page with "To experience Telstar properly it needs to be accessed by an early microcomputer from the videotex era. However for a simple way to get started, the Telstar Viewdata Client can be used. Although an early release, the software is available for Mac, Linux and Windows and has no dependancies nor installation requirements (see below). The Telstar Viewdata client is available for Mac, Linux and Windows and has no dependencies nor installation requirements. It allows access..."
- 11:17, 3 April 2022 diff hist +58 Installing Telstar →Pull the Images and Run the Containers
- 11:16, 3 April 2022 diff hist −2 Installing Telstar →Pull the Images and Run the Containers
- 11:16, 3 April 2022 diff hist −2 Installing Telstar →Create the Docker Network and Volumes
- 11:15, 3 April 2022 diff hist −2 Telstar Viewdata System
- 11:15, 3 April 2022 diff hist +17 Installing Telstar
- 11:14, 3 April 2022 diff hist +3 m Installing Telstar →Pull the Images and Run the Containers
- 11:13, 3 April 2022 diff hist +6 Installing Telstar →Pull the Images and Run the Containers
- 11:12, 3 April 2022 diff hist −20 Installing Telstar →Pull the Images and Run the Containers
- 11:11, 3 April 2022 diff hist −99 Installing Telstar
- 11:11, 3 April 2022 diff hist +3,260 Installing Telstar
- 11:10, 3 April 2022 diff hist +796 N Installing Telstar Created page with "It is recommended that Telstar is installed into a Docker environment. The required images are available from https://hub.docker.com/repository/docker/johnnewcombe/telstar. The following examnple commands can be used to install and run Telstar. In addidion examples are also given for orchestrating the services using both Docker Compose (see Orchestrating Telstar with Docker Compose) and Kubernetes (see Orchestrating Telstar with Kubernetes. To run Telstar using..."
- 11:05, 3 April 2022 diff hist −515 Telstar Viewdata System →Getting Started
- 08:52, 3 April 2022 diff hist +10 Telstar Viewdata System →Adding Frames to the System
- 08:52, 3 April 2022 diff hist +4 Telstar Viewdata System →Adding Frames to the System
- 08:51, 3 April 2022 diff hist +15 Telstar Viewdata System →Response Frames and Plugins
- 08:50, 3 April 2022 diff hist +5 Telstar Viewdata System →Adding Frames to the System
- 08:49, 3 April 2022 diff hist +643 Telstar Viewdata System →Pages and Frames
- 08:40, 3 April 2022 diff hist −562 Telstar Viewdata System →Pages and Frames
- 08:35, 3 April 2022 diff hist −515 Telstar Viewdata System
- 23:36, 2 April 2022 diff hist +251 Telstar Viewdata System →See Also
- 23:16, 2 April 2022 diff hist 0 N File:Logo Small.png current
- 23:12, 2 April 2022 diff hist 0 N File:Logo.png current
- 23:06, 2 April 2022 diff hist +513 N Example Content Created page with "When starting the Telstar server, the following switch can be used to generate some example content. --init This switch will add the following frames; 0a Redirect Page to 9a 9a Engineering Menu 99a Entry Page 90a Exit Page 93a System Info Page 990a Login Page 91a Test Card Page 92a Don’t Panic Test Card Page 97a Contact Details 601a Gateway Page To Adventure 602a Gateway Page To CCL4 603a Gateway Page To..." current
- 23:05, 2 April 2022 diff hist +26 Telstar Viewdata System →Getting Started
- 23:02, 2 April 2022 diff hist +5,087 N Frame Schema Created page with "This is the basic JSON schema for a Telstar Frame: { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": { "pid": { "type": "object", "properties": { "page-no": { "type": "integer" }, "frame-id": { "type": "string" } }, "required": [ "page-no", "frame-id" ]..."
- 23:02, 2 April 2022 diff hist −3 Frames
- 23:00, 2 April 2022 diff hist +13,411 N The Telstar API Created page with " # TELSTAR Viewdata API (Under Development) __*** Please note TELSTAR as an application is still under development and subject to change. ***__ ## Introduction The TELSTAR API can be used to retrieve and update TELSTAR frames for the purpose of updating viewdata content and routing etc. The API is a restful API that uses the GET, PUT and DELETE HTTP methods. This makes it a simple process to add new frames and update existing frames. In order to use the system a use..."
- 22:59, 2 April 2022 diff hist +4,401 N Orchestrating Telstar with Kubernetes Created page with "# Using Kubernetes __*** Please note TELSTAR as an application is still under development and subject to change. ***__ Telstar can be managed by Kubernetes if required and the following configuration files present an example of how this could be achieved using either Node ports or a cloud providers Load Balancers. ## Telstar Namspace { "apiVersion": "v1", "kind": "Namespace", "metadata": { "name": "telstar", "labels": {..."
- 22:59, 2 April 2022 diff hist +4,129 N Orchestrating Telstar with Docker Compose Created page with "# Using Docker Compose __*** Please note TELSTAR as an application is still under development and subject to change. ***__ The following docker-compose yaml file can be used to manage the TELSTAR application and associated *mongo* database. version: "3.8" services: telstar-01: container_name: "telstar-server" image: "johnnewcombe/telstar" command: "server --port 6512 --install" # install to the primary database ports:..."
- 22:58, 2 April 2022 diff hist +2,482 N Managing Telstar with Portainer Created page with "# Managing Telstar with Portainer  Portainer simplifies container management in Docker, Swarm, Kubernetes, ACI and Edge environments. It can be used to speed up software deployments and troubleshoot problems. Running Portainer on a local secure network is very simple as it can run within its own Docker container. Full details can be found at [https://www.portainer.io/](https://www.port..."
- 22:57, 2 April 2022 diff hist +1 Telstar Viewdata System →See Also
- 22:57, 2 April 2022 diff hist −8 Telstar Viewdata System →See Also
- 22:56, 2 April 2022 diff hist +9 Telstar Viewdata System →See Also
- 22:55, 2 April 2022 diff hist −54 Telstar Viewdata System →See Also
- 22:55, 2 April 2022 diff hist 0 Telstar Viewdata System →See Also
- 22:54, 2 April 2022 diff hist −22 Telstar Viewdata System →See Also
- 22:54, 2 April 2022 diff hist +4,129 N Configuration Options Created page with "# Using Docker Compose __*** Please note TELSTAR as an application is still under development and subject to change. ***__ The following docker-compose yaml file can be used to manage the TELSTAR application and associated *mongo* database. version: "3.8" services: telstar-01: container_name: "telstar-server" image: "johnnewcombe/telstar" command: "server --port 6512 --install" # install to the primary database ports:..."
- 22:53, 2 April 2022 diff hist 0 Telstar Viewdata System →See Also
- 22:53, 2 April 2022 diff hist 0 Telstar Viewdata System →See Also
- 22:50, 2 April 2022 diff hist +4,062 N Routing Created page with "# Routing __*** Please note TELSTAR as an application is still under development and subject to change. ***__ Routing in Telstar is handled by an asynchromous process that allows for routing to occur whilst pages are being rendered. This means that is a user of the system can navigate quickly to a desired page by simply entering the page number one character after another. Each successive key press with start the rendering of a page but as each subsequent key is presse..."
- 22:50, 2 April 2022 diff hist 0 Telstar Viewdata System →See Also