简体   繁体   English

RealPopup通过邮槽发送什么样的数据?

[英]What kind of data does RealPopup send through the mailslot?

I'm trying to create an app that mimics RealPopup and I will be using it as a proof of concept for sending out computer-generated notifications to clients which are already using RealPopup throughout our company network. 我正在尝试创建一个模仿RealPopup的应用程序,并将其用作概念证明,用于向已在整个公司网络中使用RealPopup的客户端发送计算机生成的通知。

I have already created my own mailslot and can send and receive data from one PC to another. 我已经创建了自己的邮槽,可以从一台PC到另一台PC收发数据。 Now the problem, whenever I listen to RealPopup's mailslot (\\\\.\\mailslot\\realp), I only get "1" even though I sent a longer string (like "Hello World" for example) from a PC using RealPopup. 现在的问题是,每当我收听RealPopup的邮槽(\\\\。\\ mailslot \\ realp)时,即使我使用RealPopup从PC发送了更长的字符串(例如“ Hello World”),我也只能得到“ 1”。

Is RealPopup sending to a different mailslot other than the currently listening one? RealPopup是否发送到当前正在监听的邮槽以外的其他邮槽?

[edit] [编辑]

I think I got it. 我想我明白了。 It's sending a byte array that's probably be a C++ structure. 它正在发送一个可能是C ++结构的字节数组。 I just have to figure out the structure which is next to impossible (afaik) since RealPopUp isn't open source. 由于RealPopUp不是开源的,我只需要弄清楚几乎是不可能的结构(afaik)。 Ah well. 呃,好吧。

hi there from RealPopup author. 嗨,来自RealPopup作者。 :) you can find some information about the custom protocol I implemented over mailslots here on CodeProject. :)你可以找到有关自定义协议,我实现了邮筒的一些信息在这里 CodeProject上。 let me know if you need more info. 让我知道您是否需要更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM