kpr-8
kpr-8
@Hadatko Thanks but that isn't exactly what I wanted. I did get it working tho, I'll post some code in case it helps others. Unfortunately it will not work with...
Something else I noticed, if I make all the rpc calls "oneway" ``` program test @group("targetInterface") interface Command { oneway start_process() } @group("hostInterface") interface Status { oneway heartbeat() } ```...
Sorry, I'm not sure I understand you. I think this could be useful in a command/response model, I just thought it was interesting that it worked I really like erpc,...