You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- nodes:
- - id: send_data
- build: pip install asyncio
- path: ./send_data.py
- inputs:
- tick: dora/timer/millis/10
- outputs:
- - data
-
- - id: receive_data_with_sleep
- build: pip install numpy pyarrow
- path: ./receive_data.py
- inputs:
- tick: send_data/data
|