0

help with UDP

Hello,

Thank you in advance for any help.

I am relatively new to brightscripting and bright author.

I have a HD223 player and I am using BrightAuthor Connected 1.6.29. My player is connected to a network via DHCP and communication is established via web browser login.

I have had success utilizing UDP events with a misc brightscript file I found for syncing (I triggered the events manually via terminal on Mac). I will attach this file.

When using BrightAuthor connected or using the Brightsign control script , I am not having any luck creating my own UDP commands. I will upload a sample presentation file that I am attempting to use, and the modified control script in case I missed something there.

Thank you

https://we.tl/t-wCg3U0VkAK

2 comments

  • 0
    Avatar
    Leo Ryabin

    Update.... Was successful in triggering UDP events with a different terminal command:

    echo -n "trigger1" >/dev/udp/10.0.5.73/11167

    Previous command used: 

    nc -u 10.0.5.73 11167
    (and then typing keyword)

    however I am trying to integrate bright sign with companion and it's generic udp module is not working :(

  • 0
    Avatar
    Leo Ryabin

    Alrite got it to work in companion by toggling "command end character" :)

Please sign in to leave a comment.