#2706 - Updates to terminal and host_node documentation, removal of redundant terminal unit test

This commit is contained in:
Charlie Crane
2024-07-30 15:54:08 +01:00
parent 3698e6ff5f
commit 0ed61ec79b
3 changed files with 3 additions and 19 deletions

View File

@@ -49,3 +49,5 @@ fundamental network operations:
5. **NTP (Network Time Protocol) Client:** Synchronises the host's clock with network time servers.
6. **Web Browser:** A simulated application that allows the host to request and display web content.
7. **Terminal:** A simulated service that allows the host to connect to remote hosts and execute commands.

View File

@@ -41,6 +41,7 @@ to provide User Credential authentication when receiving/processing commands.
Terminal acts as the interface between the user/component and both the Session and Requests Managers, facilitating
the passing of requests to both.
A more detailed example of how to use the Terminal class can be found in the Terminal-Processing jupyter notebook.
Python
""""""