Send values from one python script to another one already running [on hold]
I'm trying to understand how I can develop a system that is made from two python script running in a linux box.
The firs one starts on system boot, connects to a MQTT server and wait for some data.
The other one is called from the command line, doing some works and then pass some data, basically three strings, to the first one and than exits.
Which way is the "correct" one to be used in this situation to pass data from script two to script one?
A file? Pipes?
linux python
put on hold as off-topic by DavidPostill♦ yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I'm trying to understand how I can develop a system that is made from two python script running in a linux box.
The firs one starts on system boot, connects to a MQTT server and wait for some data.
The other one is called from the command line, doing some works and then pass some data, basically three strings, to the first one and than exits.
Which way is the "correct" one to be used in this situation to pass data from script two to script one?
A file? Pipes?
linux python
put on hold as off-topic by DavidPostill♦ yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill
If this question can be reworded to fit the rules in the help center, please edit the question.
Yeah, you're right. I was thinking that I was posting on stack overflow :(
– Progitto
yesterday
add a comment |
I'm trying to understand how I can develop a system that is made from two python script running in a linux box.
The firs one starts on system boot, connects to a MQTT server and wait for some data.
The other one is called from the command line, doing some works and then pass some data, basically three strings, to the first one and than exits.
Which way is the "correct" one to be used in this situation to pass data from script two to script one?
A file? Pipes?
linux python
I'm trying to understand how I can develop a system that is made from two python script running in a linux box.
The firs one starts on system boot, connects to a MQTT server and wait for some data.
The other one is called from the command line, doing some works and then pass some data, basically three strings, to the first one and than exits.
Which way is the "correct" one to be used in this situation to pass data from script two to script one?
A file? Pipes?
linux python
linux python
edited yesterday
asked yesterday
Progitto
112
112
put on hold as off-topic by DavidPostill♦ yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by DavidPostill♦ yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is not about computer hardware or software, within the scope defined in the help center." – DavidPostill
If this question can be reworded to fit the rules in the help center, please edit the question.
Yeah, you're right. I was thinking that I was posting on stack overflow :(
– Progitto
yesterday
add a comment |
Yeah, you're right. I was thinking that I was posting on stack overflow :(
– Progitto
yesterday
Yeah, you're right. I was thinking that I was posting on stack overflow :(
– Progitto
yesterday
Yeah, you're right. I was thinking that I was posting on stack overflow :(
– Progitto
yesterday
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yeah, you're right. I was thinking that I was posting on stack overflow :(
– Progitto
yesterday