Files
crosstyanandClaude Opus 4.8 14dcf97c08 docs(windows): add NSSM service option and gensiot native client
Document NSSM (fawno/nssm.cc rebuild) as an alternative to WinSW for
wrapping frpc/ser2net, with a WinSW-vs-NSSM recommendation. Add gensiot
as a native RFC 2217 client alongside pySerial, noting it is optional
for a server-only deployment. Update references.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-17 15:24:01 +08:00

49 lines
3.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[返回首页](../README.md)
# 参考资料
本页按主题汇总本手册使用的上游源码与官方文档。
## ser2net/gensio(串口服务器与协议库)
- [ser2net 项目主页(SourceForge](https://sourceforge.net/projects/ser2net/)
- [ser2net 上游代码仓库](https://github.com/cminyard/ser2net)
- [ser2net 上游 YAML 配置示例](https://github.com/cminyard/ser2net/blob/8cf64baadd55bb79749db80f3ac58a5b3ce44318/ser2net.yaml)
- [ser2net 上游 YAML 手册](https://github.com/cminyard/ser2net/blob/8cf64baadd55bb79749db80f3ac58a5b3ce44318/ser2net.yaml.5)
- [ser2net 上游 RFC 2217 测试](https://github.com/cminyard/ser2net/blob/8cf64baadd55bb79749db80f3ac58a5b3ce44318/tests/test_rfc2217.py)
- [ser2net 4.6.7 Windows 版本](https://github.com/cminyard/ser2net/releases/tag/v4.6.7)
- [gensio 3.0.2 Windows 版本](https://github.com/cminyard/gensio/releases/tag/v3.0.2)
- [gensio Windows 构建说明](https://github.com/cminyard/gensio/blob/master/BUILDING.rst)
- [gensio 协议与 Windows 串口设备文档](https://github.com/cminyard/gensio/blob/master/man/gensio.5)
- [gensiot 命令行客户端手册](https://man.archlinux.org/man/extra/gensio/gensiot.1.en)
## FRP/RFC2217 clientFRP 转发与 RFC 2217 客户端)
- [FRP 项目仓库](https://github.com/fatedier/frp)
- [FRP 官方发布/下载页](https://github.com/fatedier/frp/releases)
- [FRP TCP/UDP 代理文档](https://gofrp.org/en/docs/features/tcp-udp/)
- [FRP 配置文件与环境变量模板](https://gofrp.org/en/docs/features/common/configure/)
- [FRP 身份验证文档](https://gofrp.org/en/docs/features/common/authentication/)
- [FRP 传输层 TLS 文档](https://gofrp.org/en/docs/features/common/network/network-tls/)
- [pySerial RFC 2217 URL 处理器](https://pyserial.readthedocs.io/en/latest/url_handlers.html#rfc2217)
## Windows toolsWindows 串口网络工具与服务包装器)
- [hub4com 上游发布文件](https://sourceforge.net/projects/com0com/files/hub4com/2.1.0.0/)
- [com0com 项目](https://com0com.sourceforge.net/)
- [HHD TCP/IP Serial Ports Server 文档](https://hhdsoftwaredocs.online/vspt/sharing-com-ports-over-network/tcp-serial-ports-server/overview.html)
- [HHD TCP/IP Serial Ports Server 命令行文档](https://hhdsoftwaredocs.online/vspt/sharing-com-ports-over-network/tcp-serial-ports-server/command-line-parameters.html)
- [HHD TCP/IP Serial Ports Server 授权文档](https://hhdsoftwaredocs.online/vspt/redistribution/overview.html)
- [FabulaTech Serial Port Redirector](https://www.fabulatech.com/serial-port-redirector.html)
- [FabulaTech 物理服务器端口文档](https://www.fabulatech.com/serial-port-redirector-help/creating-physical-server-port.html)
- [WinSW 服务包装器](https://github.com/winsw/winsw)
- [NSSM 官网](https://nssm.cc/)
- [fawno/nssm.ccNSSM 重新构建版)](https://github.com/fawno/nssm.cc)
## Windows system/driver docsWindows 系统与驱动文档)
- [Microsoft PnPUtil 命令语法](https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/pnputil-command-syntax)
- [Microsoft PowerShell PnP 设备清单](https://learn.microsoft.com/en-us/powershell/module/pnpdevice/get-pnpdevice)
- [Microsoft Windows 防火墙规则创建](https://learn.microsoft.com/en-us/powershell/module/netsecurity/new-netfirewallrule)
- [FTDI Windows VCP 驱动程序](https://ftdichip.com/drivers/vcp-drivers/)