Good day, AskUbuntu! As the title implies, I would like to know if it's possible to subscribe and receive data from a terminal running from another Ubuntu desktop, and how one would go about doing so.
I tried to look around for the answer prior, but I only seem to find remote desktop queries, which I don't believe is what I'm looking for. I don't mean to control a desktop using another or transfer files, but rather, use the published data from one's terminal to another.
If it's worth mentioning, my application is to have a Raspberry Pi 3 running Ubuntu MATE transmit sensory data (specifically my Kinect v2) to my laptop running Ubuntu 16.04 for processing (specifically using the Kinect's input to create a 3D map). Unfortunately, the RPi3 lacks the processing power to compile my programs (using ROS, but that's a different story) as well as generate a 3D map, so I need a separate and more powerful machine to do so. The reason why I can't just use my laptop directly is because I am using it on a mobile platform with wheels, and can't fully support the weight of it.
TL;DR - Is there a way to subscribe to a node from another machine and process its data in another?
Thank you, and good day.