User contributions for John
Jump to navigation
Jump to search
- 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
- 22:48, 2 April 2022 diff hist +333 Telstar Viewdata System
- 21:46, 2 April 2022 diff hist −42 Telstar Viewdata System
- 21:45, 2 April 2022 diff hist −24 Telstar Viewdata System
- 21:44, 2 April 2022 diff hist −20 Telstar Viewdata System
- 21:43, 2 April 2022 diff hist −2 Telstar Viewdata System
- 21:43, 2 April 2022 diff hist +2 Telstar Viewdata System
- 21:42, 2 April 2022 diff hist −51 Telstar Viewdata System →Pull the Images and Run the Containers
- 21:42, 2 April 2022 diff hist 0 N File:2827664245-portainer.png current
- 21:40, 2 April 2022 diff hist +11,106 N Frames Created page with "# Frames in More Detail __*** Please note TELSTAR as an application is still under development and subject to change. ***__ ## Basic Frame Frames are defined in JSON. The simplest frame that can be viewed on TELSTAR would be as follows. { "pid": { "page-no": 101, "frame-id": "a" }, "visible": true } This frame, if posted to the TELSTAR API would result in a simple welcome message being displayed when viewed on TELSTAR using an appropriate videotex clie..."
- 21:39, 2 April 2022 diff hist +6 Telstar Viewdata System →Pages and Frames
- 21:38, 2 April 2022 diff hist −35 Telstar Viewdata System →Adding Frames to the System
- 21:36, 2 April 2022 diff hist −2 Telstar Viewdata System →Telstar Plugins
- 21:36, 2 April 2022 diff hist −2 Telstar Viewdata System →Telstar API
- 21:36, 2 April 2022 diff hist +4 Telstar Viewdata System →Telstar Plugins
- 21:36, 2 April 2022 diff hist +4 Telstar Viewdata System →Telstar API
- 21:35, 2 April 2022 diff hist +16 Telstar Viewdata System →Adding Frames to the System
- 21:34, 2 April 2022 diff hist +12 Telstar Viewdata System →Adding Frames to the System
- 21:34, 2 April 2022 diff hist +7 Telstar Viewdata System →Adding Frames to the System
- 21:33, 2 April 2022 diff hist −56 Telstar Viewdata System →Pages and Frames
- 21:32, 2 April 2022 diff hist −25 Telstar Viewdata System →Pages and Frames
- 21:31, 2 April 2022 diff hist −2 Telstar Viewdata System →Telstar API
- 21:31, 2 April 2022 diff hist 0 Telstar Viewdata System →Telstar Plugins
- 21:29, 2 April 2022 diff hist −2 Telstar Viewdata System →Telstar Plugins
- 21:28, 2 April 2022 diff hist −6 Telstar Viewdata System →Telstar API
- 21:28, 2 April 2022 diff hist +4 m Telstar Viewdata System
- 21:26, 2 April 2022 diff hist −11 Telstar Viewdata System
- 16:44, 2 April 2022 diff hist +37 N Main Page John moved page Main Page to Telstar Viewdata System current Tag: New redirect
- 16:44, 2 April 2022 diff hist 0 m Telstar Viewdata System John moved page Main Page to Telstar Viewdata System
- 16:43, 2 April 2022 diff hist +10,838 m Telstar Viewdata System Removed redirect to The Telstar Viiewdata System Tag: Removed redirect
- 16:36, 2 April 2022 diff hist +42 N Telstar Viewdata System John moved page Main Page to The Telstar Viiewdata System Tag: New redirect
- 16:34, 2 April 2022 diff hist +23 N The Telstar Viewdata System John moved page The Telstar Viewdata System to Main Page: revert current Tag: New redirect
- 16:33, 2 April 2022 diff hist 0 N File:987672554-Pages wide.png current