christoph2 / pyxcp

ASAM XCP in Python

Home Page:http://pyxcp.rtfd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concurrent pyxcp method calls with asyncio

JavierCorado opened this issue · comments

I have developed methods that connect, read data (short upload and upload), and write data (short download and download), this is working fine I have been able to perform this using the ethernet transport layer with UDP,

Right now I am attempting to perform these same actions concurrently with the asyncio package but so far I haven't had any luck, has anyone attempted this? Does anyone know if this is possible with the current pyxcp package?

@christoph2

Do you have any input on this?