问HN:寻找Windows平台的贡献者来参与会议检测引擎的开发
我正在构建一个开源的会议检测引擎(使用 Node 和 Rust,通过 napi-rs),该引擎利用操作系统级别的信号来检测会议的开始和结束。
目前对 macOS 的支持非常稳定,但由于我没有 Windows 机器,因此缺乏对 Windows 的支持。
我正在寻找贡献者来帮助实现和测试以下功能:
• 进程检测(Zoom / Teams / Webex)
• 活动窗口/标题枚举
• 基本网络信号
代码库和文档: [https://www.npmjs.com/package/meeting-detection](https://www.npmjs.com/package/meeting-detection)
欢迎将这些任务拆分成小而明确的问题。
查看原文
I’m building an open-source meeting-detection engine (Node + Rust via napi-rs) that uses OS-level signals to detect when meetings start/end.<p>macOS support is solid, but I’m missing Windows coverage because I don’t have a Windows machine.<p>I’m looking for contributors to help implement/test:<p>• process detection (Zoom / Teams / Webex)<p>• active window/title enumeration<p>• basic network signals<p>Repo + docs: <a href="https://www.npmjs.com/package/meeting-detection" rel="nofollow">https://www.npmjs.com/package/meeting-detection</a><p>Happy to break this into small, well-scoped issues.