Is your feature request related to a problem? Please describe.
Memory Mapped Files are only a thing in Windows, thus limiting the plugin to Windows only (#75).
Describe the solution you'd like
Usage of Named Pipes, they are present in both Windows and Unix/Unix-like, although they have a bit different implementation.
Describe alternatives you've considered
Other alternative is a TCP (or UDP maybe?) socket, similarly to how ETCARS and ETS2 Telemetry Server. In case of the latter it would probably require either JSON format or Base64 encoding.
Additional context
None
Is your feature request related to a problem? Please describe.
Memory Mapped Files are only a thing in Windows, thus limiting the plugin to Windows only (#75).
Describe the solution you'd like
Usage of Named Pipes, they are present in both Windows and Unix/Unix-like, although they have a bit different implementation.
Describe alternatives you've considered
Other alternative is a TCP (or UDP maybe?) socket, similarly to how ETCARS and ETS2 Telemetry Server. In case of the latter it would probably require either JSON format or Base64 encoding.
Additional context
None