Created
January 19, 2017 04:55
-
-
Save camb416/c72ca3904eff66a369764bb841191ddc to your computer and use it in GitHub Desktop.
Sends a trigger to a network connected Brightsign player
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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