Skip to content

Commit

Permalink
Do not require the (default) IP address to be localhost (Issue modeli…
Browse files Browse the repository at this point in the history
  • Loading branch information
PTaeuberDS committed Jun 16, 2023
1 parent 3917497 commit 7d43ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ See <<address-resolution-internal>> and <<address-resolution-external>>, respect
The A2L description shall include `IF_DATA XCP` elements to help MCD tools to connect and interact with the XCP service of the FMU more reliably and without user interaction.
Parts of the `IF_DATA XCP` description depend on the machine where the FMU binary is executed, for example, the IP address and port.

The default IP address assigned by the FMU exporter shall be `localhost`, i.e. `127.0.0.1`, which fits in many cases.
The requirement for the port number is, that it must be unique on the machine where the FMU binary is executed.
The default IP address assigned by the FMU exporter should be `localhost`, i.e. `127.0.0.1`, which fits in many cases.
The requirement for the port number is that it must be unique on the machine where the FMU binary is executed.
Typically, a certain range of ports is reserved for this purpose.
The FMU importer is responsible for checking if any conflicts of the defined IP addresses and port numbers occur in the context of the simulated system.

Expand Down

0 comments on commit 7d43ddf

Please sign in to comment.