Skip to content
/ memshare Public

Automatically exported from code.google.com/p/memshare

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

twik1/memshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

+# memshare +A simple Linux IPC library using shared memory

Each process register to a control area with a unique name getting a key to shared memory. Callbacks are registered to receive the data placed in each process shared memory. A set of APIs are used to send data to other registered processes identifyed by their name. The different type of APIs are: signal1, sending an integer to another process. signal2, sending two integers to another process. signal3, sending three integers to another process. data sending a byte block to another process.

memsend is a binary to send data to running processes. memwatch is a binary to list all registered processes.

tlog, also included is an example implementation of how memshare can be used.

About

Automatically exported from code.google.com/p/memshare

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published