共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > RemoteVariable |
RemoteVariable
|
0 | 0 | 188 |
贡献者 | 讨论 | 代码提交 |
RemoteVariables is a GNU/GPL licensed networking layer on top of regular C/C++ programs using TCP sockets.. With it you can share parts of your address space between processes running on the same or different machines , with no socket coding at all.. Just add the pointers of your shared variables ot the list and they will be synchornized on the background for you providing an easy framework for writing network enabled applications..!