Ayoub Kaanich
Ayoub Kaanich
I managed to do it, by overriding the simple runner `spawn` config. and making it `ssh` into the slave machine. the problem is that I didn't get it to work...
Be aware of the licensing issue, those libraries are GPL
@pylessard The alternative I can think of is to change the `standard_error_management` method (or add another decorator), that: * calls the decorated method (`tester_present` for example) repeatably * suppress request...
@pylessard I see that the ticket is closed but I can't find the code for it, does that mean this topic on the roadmap, or simply rejected. Would you consider...
@pylessard what happens when multiple ecus reply to the functional request? Use case: * Tester would like to dump the software version of all the ecus in the network. *...
@pylessard I see. Would you accept a PR that makes the client supports 1 to many communication?
The problem we are facing is the accuracy of the function, Npcap 1.10 allowed an inter packet duration as low as 10-20us depending on the host. npcap 1.60 can not...
Hi @fyodor, We are still experiencing performance degradation, previous versions of Npcap were able to allow down to 20µs inter frame gap using pcap_sendqueue_transmit with Npcap we can't even get...
Create an `appveyor.yml` with content See https://www.appveyor.com/docs/appveyor-yml/ ``` build: off ```
I know that `IntEnum` is for Python 3.4+ but it was back-ported to Python 2 as [enum34](https://libraries.io/pypi/enum34) and it's widely adopted by the Python community.