The problem: I need to get information from one Beaglebone across an ethernet network to another Beaglebone, which will actuate a light based on the information the first Beaglebone provides. My background is mostly just in hardware, though, so I don't know if this is even feasible. I imagine there's a way to transmit information directly to/from IP addresses, but this is mostly speculation - no idea how to do it. I have not been able to find much of anything on this using Google, either.
My mission is, effectively, to push a button in one room and light up an LED in another room. The tools available to me are two BBBs, a local network, a few Arduino Unos, and a few PICs. The BBBs seem best for the job. It is not feasible to run a direct wire between them in any way. If there is a better way to go about this mission, input would be appreciated (perhaps as a comment, and then I'll start a new, appropriate post using that idea)?