X3M and Psychokiller1888,
I've played around a bit with the plugin, but have not been able to send messages from the screen back to the controller. A few questions:
1. I assume that the sendhandshake() message is being sent from the screen to the controller, then back from the controller to the screen, all handled behind the scenes by the AirConsoleController plugin on the controller side and the AirConsole plugin on the screen side. Is this correct?
2. Since the airconsoleController plugin doesn't have any event triggers or expressions to receive messages, I am using the AirConsole plugin on the controller side to try to receive messages. I have tried the following, neither of which seem to work:
I need to be able to send the following types of information from the screen to the controller:
airconsole.nickname
the current screen to display (loading game, too many players, character selection screen, in-game screen, game over screen)
Is this something that needs to be handled in the controller plugin or the screen plugin?
Thanks for your help on this!