Skip to content

Commit

Permalink
Update README.md to change provider and consumer used (eclipse-ibeji#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
devkelley authored Nov 10, 2023
1 parent 5e5b4ca commit 5effea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/managed_subscribe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ where you are running the demo.<br><br>
`./invehicle-digital-twin`

1. In the middle window, run:<br><br>
`./property-provider`
`./managed-subscribe-provider`

1. In the bottom window, run:<br><br>
`./property-consumer freq_ms=<value>`
`./managed-subscribe-consumer freq_ms=<value>`
> Note: The consumer currently has a minimum frequency rate of 1000 ms, so set accordingly.
Default is 10000 ms (10 secs) if no value is set in the optional `freq_ms` flag.<br>
> Note: One or more consumers can be run with different frequencies. This will show how a
Expand Down

0 comments on commit 5effea6

Please sign in to comment.