Files
ports/comms/gensio/pkg-descr
Rodrigo Osorio 5db06dc12c comms/gensio: Add new port
Gensio is a framework for giving a consistent view of various stream
I/O types. It's used by ser2net to manage network connections.
2025-02-19 11:01:10 +01:00

9 lines
330 B
Plaintext

Gensio is a framework for giving a consistent view of
various stream I/O types. You can stack gensio on top
of another one to add protocol functionality.
For instance, you can create a TCP gensio, stack SSL
on top of that, and stack Telnet on top of that.
gensio tools include gensiot, gtlssh(d), gtlssh-keygen
gmdns and gsound.