Skip to content

Simple network + EESystem simplification

Jean Meurice requested to merge simple_network into master
  • 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