I would like one of my hosts to broadcast occasional periodic signals to a shell script running on other host(s) on the same LAN.
I'm currently reading about various IoT protocols, but I'm wondering what the more traditional approaches were for this kind of messaging.
Ideally, I'd want some kind of key verification to detect and ignore spoofed messages, but perhaps that's not critical for a home network.
I suppose I could just let the "sender" log in over SSH and run a restricted set of commands directly on the "receiver," but are there other ways to do this?
I'm currently reading about various IoT protocols, but I'm wondering what the more traditional approaches were for this kind of messaging.
Ideally, I'd want some kind of key verification to detect and ignore spoofed messages, but perhaps that's not critical for a home network.
I suppose I could just let the "sender" log in over SSH and run a restricted set of commands directly on the "receiver," but are there other ways to do this?