wasmcloud-telnet

Crates.iowasmcloud-telnet
lib.rswasmcloud-telnet
version0.1.3
sourcesrc
created_at2021-03-18 18:31:47.01503
updated_at2021-05-18 20:42:24.865174
descriptionA telnet server capability provider for wasmCloud actors
homepagehttps://wasmcloud.dev
repositoryhttps://github.com/wasmcloud/capability-providers
max_upload_size
id370663
size35,862
wasmCloud Automation Bot (wasmcloud-automation)

documentation

https://docs.rs/wasmcloud-telnet

README

crates.io  Rust  license  documentation

wasmCloud Telnet Capability Provider

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 server
  • MOTD - A file name containing the "message of the day" or login banner for the telnet server
Commit count: 573

cargo fmt