Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Local DWS can also be enabled in a custom script using the roNetworkConfiguration object. Include the following lines in a autorun.brs script to enable the Local DWS on Ethernet port 80:

Code Block
nc = CreateObject("roNetworkConfiguration", 0)
rebootRequired = nc.SetupDWS()
if rebootRequired RebootSystem()

...

Use the username “admin” and your chosen password when connecting to the Local DWS.

Access the DWS before Setting up the Player

...