PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

11 rindas
413B

  1. # chain.conf
  2. # config file for etherSimulator.pl
  3. # Specify the probability of correct delivery between nodea and nodeb (bidirectional)
  4. # probability:nodea:nodeb:probability
  5. # nodea and nodeb are integers 0 to 255
  6. # probability is a float range 0.0 to 1.0
  7. # In this example, the probability of successful transmission
  8. # between nodes 10 and 2 (and vice versa) is given as 0.5 (ie 50% chance)
  9. probability:10:2:0.5