summaryrefslogtreecommitdiff
path: root/tests/simple_read_eth0_ncom_2s1r/sender.py
blob: 7c9259a625241aa104d2d8d1c0e506996f718302 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

def execute(api):
    api.wait(1248)
    if api.node_id==0:
        api.send("eth0","hello",50,2)
    else:
        api.wait(1)
        api.send("eth0","hello",50,2)