summaryrefslogtreecommitdiff
path: root/tests/simple_breakpoints_auto_1n/node.py
blob: e812c01170d84247f344c7e206b0a343b14f8421 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

def execute(api):
    if api.node_id == 0:
        api.send("eth0","Hello",5,1)
    else:
        api.receive("eth0")