Hello,
I have a network of different Brightsigns with different .brs scripts that I have to update and test within a live production environment.
It would be great if I could have these different .brs scripts on a single computer on the network where I could easily update / edit them / and then trigger reboots via UDP commands that I have set up or via the diagnostic server of various Brightsigns on the network. Each Brightsign would load its own .brs script from this central location, defined in a simple autorun set on each specific machine.
Currently each autorun loads another .brs (with all of the functions / routines) from the given Brightsign's local SD card using a simple main() routine with a command:
Run("slave.brs")
Is it possible to run / load a file located on another machine on the network via a command such as:
Run("http://192.168.1.1/path/to/slave1.brs")
?
Thanks,
S