Version 6 (modified by 15 years ago) (diff) | ,
---|
Synapse
“Synapses are the connections between neurons in the brain through which nervous impulses pass.”
Introduction
Synapse is an advanced event framework in C++:
- Modulair plugin system
- Easy to write modules
- Easy to send and receive message, while maintaining code readability
- Session management
- Build in authentication
- Fine grained access control on sending and receiving of events
- Events can be handled by multiple threads if desired (max-threads is adjustable per session and per module)
More documentation to follow soon. Module documentation in http://open.syn3.nl/syn3/trac/default/browser/trunk/projects/synapse/modules/docs/html
Download
Download:
psy@r3m0t3h0st ~/test $ svn co --username=anonymous --password=anonymous http://open.syn3.nl/syn3/svndav/default/trunk/projects/synapse ... Checked out revision 311.
Configure/compile:
psy@r3m0t3h0st ~/test $ cd synapse/ psy@r3m0t3h0st ~/test/synapse $ cmake . ... psy@r3m0t3h0st ~/test/synapse $ make
Run a module:
psy@r3m0t3h0st ~/test/synapse $ ./synapse modules/test.module/libtest.so ...
Attachments (7)
- synapse.png (38.2 KB) - added by 15 years ago.
- connectors.png (26.8 KB) - added by 14 years ago.
- asterisk.png (78.2 KB) - added by 14 years ago.
- layers.png (61.0 KB) - added by 14 years ago.
- mediazapper.png (81.7 KB) - added by 12 years ago.
- zapper.png (103.3 KB) - added by 12 years ago.
- zappermobile.png (61.5 KB) - added by 12 years ago.
Download all attachments as: .zip