Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Boost.ASIO 库,但我找不到如何列出 boost 的可用端口(带有串行端口服务)或套接字(带有网络服务)。你知道这是否可能吗?
谢谢你。
Boost.Asio 不提供此功能。通常,此信息取决于平台。例如,在 Windows 上,可以将 Winsock LSP/SPI 用于套接字和SerialPort.GetPortNames串行端口。在 Linux 上,/proc/net/*目录列表套接字和串行端口将在/sys/class/tty.
SerialPort.GetPortNames
/proc/net/*
/sys/class/tty