0

XD Wireless sync

Hi,

just wondering if wireless synchronization is officially support for XD players using the wireless module? If so is this supported in Bright Author, and are generic (user defined) UDP messages also supported.

thanks.
Andrew

3 comments

  • 0
    Avatar
    Alex

    Hi,

    You can send UDP messages to and from the brightsign over wireless with no problems, but synchronization over wireless is not supported.

  • 0
    Avatar
    Andrew Gray

    Hi,

    I'm just having a go at sending UDP over wireless and can't see anything specific to this in the object reference manual (even v4.7). Is it done using roDatagramSender? If so are there any specific initialization parameters to use to specify use of wireless?

    thanks,

    Andrew

  • 0
    Avatar
    Romeo

    Hi Andrew,

    >Is it done using roDatagramSender?

    Yes. There are no differences with the wired connection

    >If so are there any specific initialization parameters to use to specify use of wireless?

    Apart from enabling the wifi connection as per the instruction below, no, there is nothing special that needs to be done here.

    roNetworkConfiguration

    Object creation:

    CreateObject("roNetworkConfiguration", network_interface as Integer)

    The

    network_interface

    parameter is used to distinguish between the following:

    • 0 for the Ethernet port (if available) on the rear of the BrightSign.

     

    • 1 for the optional internal Wi-Fi.

     Regards,

    Romeo

     

     

     

     

    Are you asking how to

Please sign in to leave a comment.