Skip to content

Instantly share code, notes, and snippets.

@camb416
Created January 19, 2017 04:55
Show Gist options
  • Save camb416/c72ca3904eff66a369764bb841191ddc to your computer and use it in GitHub Desktop.
Save camb416/c72ca3904eff66a369764bb841191ddc to your computer and use it in GitHub Desktop.
Sends a trigger to a network connected Brightsign player
<?php
echo exec('whoami');
exec('echo -n "two" >/dev/udp/192.168.1.192/5001');
echo "purplebox working.";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment