0

Send JSON message on event

Is it possible to send a JSON message to an address and port on the network. I have a HD1023 that I wish to send JSON messages to another device when a video or Picture changes. Any suggestions to how I can do this?

Many thanks

Adam

3 comments

  • 1
    Avatar
    Bright Scripters

    If UDP is something that the other device is capable of, then it is very easy to send JSON over UDP with BrightAuthor.

    https://docs.brightsign.biz/display/DOC/Interactive

    https://docs.brightsign.biz/display/DOC/Conditional+Targets+and+Commands#ConditionalTargetsandCommands-Sendsend

     

    It would help if you attach the BrightAuthor project file to your post. No need for media files.

  • 0
    Avatar
    Adam Bloch

    I need it to be TCP.. I'm trying to get the BrightSign to control Avolites Titan 1 DMX. This way I can get the right handle fired by the HD1023 and the User can the move the cue forward using a wireless key stroke.

    would be really cool to be able to do it strsaight from the HD1023.

     

  • 0
    Avatar
    Luca Ceccato

    for sure, you can send XML obj in http
    you can also custom scripting a new autorun (or modify the existing one) adding a Node.js server in which you convert XML to JSON

    this is how i did in my project

Please sign in to leave a comment.