NameDateSize

..03-Dec-202085

CMakeLists.txtH A D03-Dec-2020522

components/H06-Mar-20204

global_async.camkesH A D03-Dec-2020885

README.mdH A D03-Dec-2020476

README.md

1<!--
2     Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
3
4     SPDX-License-Identifier: CC-BY-SA-4.0
5-->
6
7This application demonstrates the use of a dataport and global async connectors to
8communicate across different components. The sender component sends a random string
9value onto the client, who in turn processes the string and replies to confirm it
10recieved the event. This example was done using global async connectors such that
11each component is single threaded.
12