Skip to content

v2.1.1+0.1.1

Latest
Compare
Choose a tag to compare
@davidt0x davidt0x released this 28 Jun 16:44
9a6eb00

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.