Dusan Cervenka
Dusan Cervenka
Hi @MichalPrincNXP , this PR is not ready as makefiles for C/C++ examples are missing. But i wanted show you how the examples can be created and wanted know your...
HI @kpr-8 , i made transport arbitrator working here https://github.com/EmbeddedRPC/erpc/issues/386 (soon i will add example for that officialy). Could you check it? I know it worked for me.
Hi @kpr-8 , i will take a look on your issue later. Meanwhile related to oneway that make perfect sense. Oneway function means that you are sending data from one...
Based on https://github.com/EmbeddedRPC/erpc/issues/386
Hi @taldinj, if i understand corectly you want let several threads call client rpc functions. I see some ideas to improve current solution to match your requests, but can be...
Actually i think you can simplyfy first side with using only arbitrator client (no server) and call arbitratedTransport->receive(MessageBuffer) in loop. This is interesting and we can make more generic easy...
No problem. Yes you are right. It has to be in its own thread. Yes your code snippet looks correct to me ;)
Hi, I think i understand him. Was thinking about some in past. But it would change API for server function implementation. I think he want have ability to access custom...
> So he want that the caller side API and the callee side will be different? I prefer the way it is today. keep it simple I think so.
Hi, could you wait until end of this week? New eRPC will be released which should fix your issue. It will print python2.7, but it will use python3 as default....