Crates.io | wasmcloud-telnet |
lib.rs | wasmcloud-telnet |
version | 0.1.3 |
source | src |
created_at | 2021-03-18 18:31:47.01503 |
updated_at | 2021-05-18 20:42:24.865174 |
description | A telnet server capability provider for wasmCloud actors |
homepage | https://wasmcloud.dev |
repository | https://github.com/wasmcloud/capability-providers |
max_upload_size | |
id | 370663 |
size | 35,862 |
The telnet capability provider will start a new telnet (socket) server for each actor that binds to it, using the following configuration variables from the binding:
PORT
- the port number on which to start the serverMOTD
- A file name containing the "message of the day" or login banner for the telnet server