SIMPL

SIMPL
Developer(s)iCanProgram Inc.
Stable release
2012Jan26 SIMPL v3.3.7 Released[1] / January 26, 2012; 12 years ago (2012-01-26)
Operating systemLinux
TypeInter-process communication
LicenseGNU Lesser General Public License[2]
Websitewww.icanprogram.com/simpl/

Synchronous Interprocess Messaging Project for LINUX (SIMPL) is a free and open-source project that allows QNX-style synchronous message passing by adding a Linux library using user space techniques like shared memory and Unix pipes[3] to implement SendMssg/ReceiveMssg/ReplyMssg inter-process messaging mechanisms.

  1. ^ "2012Jan26 SIMPL v3.3.7 Released - enabling Mac and Cygwin compiles". 2012-01-26. Retrieved 2012-03-16.
  2. ^ "SourceForge SIMPL-Synchronous Interprocess Messaging Additional Project Details License". Retrieved 2012-03-16.
  3. ^ "SRR -- QNX API compatible message passing for Linux". Retrieved 4 February 2015. This module has some relationships with the SIMPL project, and I subscribe to the simpl mailing list. FC Software is using shared memory and Unix pipes to implement S/R/R message passing.