Simple network + EESystem simplification

  • Simpler EE component structure + way of connecting components + routing
  • Tags for messages -> can be "collected" by components (ex: SimpleCommunicationGateway for network tags)
  • New SOCKET type for ports (can have input and output on the same logical name)
  • SimpleNetwork simulation module. Messages sent through the network have to be of DataType SimplePacketType.
  • SimpleCommunicationGateway: Connects to the SimpleNetwork and allows sending messages to nearby cars (broadcast or IP based)
  • Standarized BuildContext use for component creation.

Merge request reports

Loading