Home > OS >  Linux two applications can communication?
Linux two applications can communication?

Time:10-04

An executable file is data acquisition, another executable file is long series data to ali cloud, how the data interaction?
Or I put my collection and upload on a project, compiled into an application?



Didn't have a problem, is that the Linux operating system, use the keil compiler, it will bring good address each function distribution, in Linux, this is how to achieve?

CodePudding user response:

1, compiled under Linux system run directly, no need to address each function distribution, running is a process, the Linux system automatic management;
2. The data acquisition and data upload can be compiled into two programs, set up the socket communication,

CodePudding user response:

To carry on the communication between,

CodePudding user response:

"Unix, Linux programming practice tutorial"

CodePudding user response:

reference 1st floor zhgure response:
1, compiled under Linux system run directly, no need to address each function distribution, running is a process, the Linux system automatic management;
2. The data acquisition and data upload can be compiled into two programs, set up the socket communication,
uh-huh, two applications to establish a socket communication, I want to see how

CodePudding user response:

refer to the second floor Acuity - response:
, communication between
I also try thinking about using Shared memory

CodePudding user response:

references mentioned reply: 3/f
"Unix, Linux programming practice tutorial"
I see

CodePudding user response:

Pipeline communication between process should be ok
  • Related