从 Linux 向 Windows 发送咆哮消息

从 Linux 向 Windows 发送咆哮消息

有没有办法通过网络从 centos(命令行)向 windows 发送咆哮消息,

我找到了这个图书馆https://github.com/mattn/gntp-send但我不知道如何使用它:(

答案1

注册应用程序:
gntp-send [-a <application>] [-s <host>] <title> <message>.
<application>将被注册并显示在 Growl 设置中。

发信息:
gntp-send 'title' 'message'

发送消息到特定主机:
gntp-send -s windows_host 'title' 'message'

答案2

这至少比它应该的要复杂得多,甚至是不可能的。

这似乎是为了解决这个问题: https://github.com/obmarg/growlproxy 但对我而言没有用。我没有使用过 Python(该解决方案的技术);而且这个项目似乎在两年前就被放弃了。

无论如何,我已经成功将我的 Linux 应用程序与 windows 上的 growl 连接起来 - 我只是更改了连接的 ip 并在 growlforwindows 中允许网络连接。如果您正在使用https://github.com/theabraham/growly要发送消息,您可以在 ./lib/gntp.js 中更改硬编码的地址。

相关内容