美文网首页
unix socket communication protoc

unix socket communication protoc

作者: 景彧 | 来源:发表于2017-10-26 16:58 被阅读23次
image.png image.png image.png
eg.
remote:(ios device)
send:
[self sendMessage:@"H"];
local:(mac device)
receive:
char ch[1024] = {0};
image.png

相关文章

网友评论

      本文标题:unix socket communication protoc

      本文链接:https://www.haomeiwen.com/subject/txmkpxtx.html