Back to Network PlugITs content page
The "Local network" plugIT allows to send user-defined messages on the local network and to synchronise objects on several applications.
  

Parameters | 
    |
1 | 
      Server connection address. | 
2 | 
      Server connection port (In Android, the port must be greater than 1024). | 
3 | 
      Server listening port (In Android, the port must be greater than 1024). | 
4 | 
      Choice of the type of communication (TCP or UDP). | 
5 | 
      Network messages list. | 
6 | 
      Add and delete network messages. | 
7 | 
      List of the objects of the scene. Double left click to select an object, right click for more selection options. | 
8 | 
      Objects synchronization mode choice. | 
9 | 
      Send network messages to other clients only. | 
10 | 
      Start the service on application startup. | 
Generic action/event | 
      For each network message defined by the user a send action and an message event are created. The action has the shape send " my message name " and the event the shape " my message name " message | 
Action | 
    |
Send "my message name" | 
      Sends the link parameter as a network message named "my message name". | 
Enable | 
      Open the network service. | 
Disable | 
      Close the network service. | 
Change connection address | 
      Allow to change connection address on format(IPv4:Port). | 
Event | 
    |
"my message name" message | 
      Triggered on the reception of a network message named "my message name".  | 
    
Connected | 
      Triggered when the plugIT succesfuly connects to the given address.  | 
    
Disconnected | 
      Triggered when the plugIT is disconnected from the given address.  |