You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only have the der_client.rs example, which shows how a client might use resource polling and a DER schedule.
Additional client examples would include usage of the subscription / notification mechanism, perhaps as part of a client aggregator example.
It may also be worthwhile adding an example client implementation for some of the Event function sets, e.g. an example Messaging function set implementation that relays TextMessage events to stdout, and accepts acknowledgements on stdin.
The text was updated successfully, but these errors were encountered:
Currently, we only have the
der_client.rs
example, which shows how a client might use resource polling and a DER schedule.Additional client examples would include usage of the subscription / notification mechanism, perhaps as part of a client aggregator example.
It may also be worthwhile adding an example client implementation for some of the Event function sets, e.g. an example Messaging function set implementation that relays
TextMessage
events tostdout
, and accepts acknowledgements onstdin
.The text was updated successfully, but these errors were encountered: