Question: I have two different python programs, one is a TCP communication that allows to computers to send strings back and forth and the other is
I have two different python programs, one is a TCP communication that allows to computers to send strings back and forth and the other is a program that allows two raspberry pi's to send each other strings over radio connection. I need a way to send the output string from each program to the other. For example, if I send "hello" via the radio communication, I would then need that string to be able to be read into the sever program that string from the radio program so that there is full communication. It would also need to work the opposite way.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
