P
Paul Baker
Hello All,
This is my first post so apologies if this is the wrong newsgroup.
I'm designing software for a platform that will sit on a CAN bus. There
will be three separate programs running on the platform, A, B and C.
Program A will handle the CAN communications. It will pass messages
received from the CAN network to programs B and C and transmit their
messages out on the CAN network.
What is the best (fastest) method for transferring messages between the CAN
communications process and the other two processes?
Currently I'm leaning towards named pipes but would like to pass the CAN
messages as structures and not simply as "streams" of data.
Got any suggestions?
Thanks
Paul
This is my first post so apologies if this is the wrong newsgroup.
I'm designing software for a platform that will sit on a CAN bus. There
will be three separate programs running on the platform, A, B and C.
Program A will handle the CAN communications. It will pass messages
received from the CAN network to programs B and C and transmit their
messages out on the CAN network.
What is the best (fastest) method for transferring messages between the CAN
communications process and the other two processes?
Currently I'm leaning towards named pipes but would like to pass the CAN
messages as structures and not simply as "streams" of data.
Got any suggestions?
Thanks
Paul