Replies: 3 comments 5 replies
|
I want to implement several one-to-one rpc communication processes between two cores. I tried using different value of name_service but failed, only one pair of process can work. Does open-amp support this? If possible, do you have any suggestions? |
|
Hello @Fei-Ho,
|
Seems that the simpler way is to use name service to differentiate your servers,. you could try to create a new API Same on the client side.
|




Uh oh!
There was an error while loading. Please reload this page.
Can open-amp allow multiple clients and servers to communicate simultaneously through rpc?
The specific function description is as follows: Multiple pairs of clients and servers are started on the local host (linux) and remote processor (linux), and they communicate one-to-one based on rpc.
I tried it on the Linux host. I started two servers and clients repeatedly, but only the last pair started could execute normally.
All reactions