Skip to content

UDP Broadcaster and Receiver to trigger Notify-Send messages

Notifications You must be signed in to change notification settings

ESE-Peasy/simple-remote-notify-send

Repository files navigation

About the Library

UDP Broadcaster and Receiver to trigger Notify-Send messages

Requirements

You can test notify-send is working with a simple command like

notify-send "Test"

A pop up should appear on your screen, with the text "Test"

Note: It's been found on the raspberry pi to make notify-send work, the following installs are also needed
sudo apt-get install mate-notification-daemon mate-notification-daemon-common

Example Projects

Posture Perfection

Future Work

  • Add MacOS broadcaster and client
  • Add Windows broadcaster and client