0

Sample Network Set-up Script

Hi there,

Does anyone know if there is an example of a script out there for setting up the Wifi SSID/Password on XD units?

I am a Mac user and I have very sporadic access to a PC, so a script that could be edited to update the wifi login details would be amazing, in the absence of Bright Author for OSX.

Best
A

4 comments

  • 0
    Avatar
    ^UD\_$

    We could probably custom program something for you.

    Please give us a call and tell us about your environment and need.

     

    Udi

  • 0
    Avatar
    ^UD\_$

    Although Bright Author is not available for the Mac, you may want to look into a tool like VMware Fusion to run Windows on your Mac. That is how you make Bright Author available for the Mac :)

    Assuming you custom code your own autorun.brs, here is a code snippet that could help you in setting up WIFI

     

    nic = CreateObject("roNetworkConfiguration", 1)
    nic.SetWiFiESSID("yoSSID")
    nic.SetWiFiPassphrase("yoPassphrase")
    nic.apply()

     

    I hope that helps.

    Udi

     

  • 0
    Avatar
    Alan Butler

    Hi thanks for the reply.

    BrightSign support sent me a working wireless wifi set up script to do this.

    Best

    a.

  • 0
    Avatar
    ^UD\_$

    BrightSign support rocks! No doubt about it :)

Please sign in to leave a comment.