Communication between Linux(Master) and Linux(Slave) on Desktop Core 0 and Core 1 homogeneous processor #289
Unanswered
viswaharsha
asked this question in
Q&A
Replies: 2 comments 10 replies
|
Do you try to run exemples on your Linux PC, implementation seems close to your need (except the use of taskset for CPU affinity)? |
9 replies
|
@edmooring |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am using my desktop core i5 quad core processor.
I have two terminals of same linux OS running on core0(terminal 1) and core1(terminal 2) using taskset.
Can they communicate between each other as Master and Slave and perform remote procedure calls between each other available at apps/examples/rpc_demo/demod.c for master(terminal 1) and apps/examples/rpc_demo/demo.c for slave(terminal 2)?
All reactions