| Projects on Google Code | Results 1 - 10 of 29 |
小菜鸟写代码,欢迎高手拍砖。
Features:
1.封装抽象UNIX域套接字。
2.本地点对点及广播IPC。
3.本地消息通知链机制。
4.本地到远程端点对点IPC。
5.本地到远程端点对远程广播IPC。
6.本地到远端代理的认证机制。
r2 Version:
Done:
1.框架雏形。
2.本地点对点通信。
Todo:
1.完成本地代理。
2.本地广播IPC。
3.本地消息通知链。
Create shared variables under perl.
Allows the vars to be complex objects (hash of arrays, etc.). Think of it as a combination of "use vars", "Tie::DBI" and "Storable".
Works on all platforms.
Simple syntax:
use IPC::Lite qw(%hash);
$hash{'foo'} = 'bar'; # this is shared between p...
City bus management, modeled by multi processes, and IPCs.
==JUDS==
JUDS (Java Unix Domain Sockets) provide classes to address the need in Java for accessing Unix domain sockets.
The source is provided for a shared library containing the compiled native C code, which is called into by the Java UnixDomainSocket classes via [http://java.sun.com/docs/boo...
= junixsocket =
junixsocket is a Java/JNI library that allows the use of Unix Domain Sockets (AF_UNIX sockets) from Java.
In contrast to other implementations, junixsocket extends the Java Sockets API (`java.net.Socket, java.net.SocketAddress` etc.) and even supports RMI over AF_UNIX. It is al...
1. Use linux, apache and process(prefer c) implements RESTful web service(prefer JSON data structure)
2. Use xhtml, css and javascript implement client side pages.
=Learning Linux system programing in C.=
* This project will host the mini project of my students.
* The main goal of these projects is to learn System programming in C for Unix (Linux) platforms.
* These projects mainly use Inter Process Communication and sockets
=Sites complementaires - O...
A simple MySQL IPC UDF.
call this UDF,communicate with other processes.
The goal of this project is to test using YARP transports with ROS.