Hi, I'm new to rpi. I need to be able to read the data that comes to my rpi through the udp port.
I'm using the next statement
nc -u -l 2115
The incoming messages I see in the terminal, but I can not use them for example stop a program.
How can I do to read and use those incoming messages?
Raspbian jesse lite.
Work in bash
I use netcat for udp connection