Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Msg passing approaches under Qnet: Page 1 of 4 (4 Items)
   
Msg passing approaches under Qnet  
I have developed an adhoc network among several 6.3.2 machines. Currently, one need to communicate with one another. 

e.g, one process on machine A has generated some data from the data acquisition board and do some processing with it, 
then the processed data need to be transferred to another process in machine B.

As i know, one way is that A put the processed data in a file, then B can access the data across the Qnet, much like 
write and open a file on the wireless network. But it seems to me not very efficient, any other better ways of 
transferring data? Thank u.