This is a quite simple daemon for sending car sim telemetry into a MOZA device (for now, TSW wheel specifically). Existing software like monocoque, while being great overall, is not quite fit for use with "civilian", not racing, cars. So this piece takes telemetry info from a memory-mapped file containing info from SDK (in my case, SCS Truck sim SDK) and sends it to the wheel via its interface directly, not using a midlayer like simapi. (But, as the telemetry info is specified in the config file by its memory-mapped locaions, this software can be used with simapi too.)
Disclaimer: it's still pretty raw work-in-progress, so expect changes in logic and configuration.
See libconfig documentation for general structure of the configuration file, and comments in conf\leds4sim.conf.