Description
A general stream I/O library for building software that communicates over serial links, network sockets, telnet, SSL, and similar stream-based channels. Developers use it to abstract different connection types behind one API.
Install it when an application depends on gensio or when developing tools that need flexible stream communication. Streams may carry sensitive data, so applications should protect credentials and encryption settings.