ChuanyuXue / tsnkit

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

Running environment #12

Closed leahlihe closed 4 days ago

leahlihe commented 1 month ago

I want to ask where the src/main file is, main is not found in the src file. I would also like to ask if the code described on the tsnkit website is running in win or linux and the version of python it is running in and so on.

ChuanyuXue commented 1 month ago

Please find the src/main.py in the legacy branch.

The main branch utilizes Python 3.11, while the legacy branch uses Python 3.7. Both are based on Linux.