unix socket communication protoc
2017-10-26 本文已影响23人
景彧
![](https://img.haomeiwen.com/i2025463/29efb03df4e6e0d8.png)
![](https://img.haomeiwen.com/i2025463/d3cfa10fb9684e18.png)
![](https://img.haomeiwen.com/i2025463/b812f1723a77229b.png)
eg.
remote:(ios device)
send:
[self sendMessage:@"H"];
local:(mac device)
receive:
char ch[1024] = {0};
![](https://img.haomeiwen.com/i2025463/637c58e99307fced.png)
eg.
remote:(ios device)
send:
[self sendMessage:@"H"];
local:(mac device)
receive:
char ch[1024] = {0};