Simple network + EESystem simplification
- Simpler EE component structure + way of connecting components + routing
- Tags for messages -> can be "collected" by components (ex:
SimpleCommunicationGatewayfornetworktags) - New
SOCKETtype for ports (can have input and output on the same logical name) -
SimpleNetworksimulation module. Messages sent through the network have to be of DataTypeSimplePacketType. -
SimpleCommunicationGateway: Connects to theSimpleNetworkand allows sending messages to nearby cars (broadcast or IP based) - Standarized
BuildContextuse for component creation.