vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
107 stars 32 forks source link

docs problems #1

Closed fuckualreadytaken closed 1 year ago

fuckualreadytaken commented 1 year ago

I found two docs problems when I try to start the demos.

  1. In Ethernet Demo, the command of "System Controller" should be "build/Release/sil-kit-system-controller EthernetReader EthernetWriter", the docs is "build/Release/sil-kit-system-controller EthernetReader Ethernet Writer"
  2. In Lin Demo, Step 1, I don't find the "NetworkSimulator" in the newest release files.
MariusBgm commented 1 year ago

@fuckualreadytaken thanks for reporting these issues. Regarding 1.), that's a typo and will be fixed, thx. The Idea is that the sil-kit-system-controller executable takes a space-separated list of participant names.

The NetworkSimulator is optional and not part of the sil-kit repository. You can just start the LIN Demo without it.