-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native python implementation #546
base: master
Are you sure you want to change the base?
Conversation
I will try to work on ISO-on-TCP Stack |
this idea is a bit in flux. I've been trying to do a full auto translation with google gemini and github co-pilot with mixed results. I have another branch somewhere that has better results, but i didn't find the time to polish it. How do you propose to work on the iso-on-tcp stack? |
I propose to convert Davide's work on the basis of ISO TCP. I also have another ISO TCP integration at my disposal, which is optimised for faster communications (20ms). I used co-pilot too, but it needs cleaning and adaptation with python standards and performance (multiprocess - threadings - socket). |
thats basically what is happening in the branch, the basics should be there. What would be different? why is this alternative implementation faster? |
I am not sure if it faster than David exchange, but they seem to be a different usage of hardware capabilities (Processor, thread, realtime kernel) Here my branch, I will continue I heard that Siemens will release a new CPU for the end of the year. From what I've heard, this will remain an S7. |
so my original plan was:
what do you think? |
implements #545