ChuanyuXue / tsnkit

A scheduling and benchmark toolkit for Time-Sensitive Networking in Python
https://tsnkit.readthedocs.io
Other
37 stars 9 forks source link

invalid `time_log` on Windows #16

Open ChuanyuXue opened 2 weeks ago

ChuanyuXue commented 2 weeks ago

I installed the tsnkit and most of the necessary libraries used in the code. I couldn't install the resource library that uses the time_log function in utils because the package is only available for Unix and not Windows. I wasn't able to find a Windows-equivalent version of the package so I commented the import out for now.