This is a modified version of FicTrac version 2.1.1 that supports output of FicTrac state using shared memory. In addition, it supports synchronization of access to this shared memory using a system wide OS level semaphore. To enable this, simply add the following line to the fictrac config file:
do_shmem: y
This implementation is very OS specific and currently only supports windows.
0.1.1 fixes crashing issue when shared memory mode is disabled.