louking / tm-csv-connector

Time Machine - CSV Connector - creates CSV file from time machine input, for scoring software to read
Apache License 2.0
1 stars 0 forks source link

create process to read time machine #5

Closed louking closed 11 months ago

louking commented 11 months ago

doesn't look like https://www.losant.com/blog/how-to-access-serial-devices-in-docker will work for windows host and docker container

maybe create separate exe to read from time machine and pipe somehow to the app container

If I'm using websockets to communicate with outside process, do I need to have two processes running in the container? I think I still need to lock the critical region but maybe can do it with threading.RLock()?