esds/tests/breakpoints_auto_1n/node.py

9 lines
150 B
Python
Raw Permalink Normal View History

2022-06-09 21:48:32 +02:00
#!/usr/bin/env python
def execute(api):
if api.node_id == 0:
api.send("eth0","Hello",5,1)
else:
api.receive("eth0")