mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 22:56:53 +00:00
9 lines
150 B
Python
9 lines
150 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
def execute(api):
|
||
|
if api.node_id == 0:
|
||
|
api.send("eth0","Hello",5,1)
|
||
|
else:
|
||
|
api.receive("eth0")
|
||
|
|