summaryrefslogtreecommitdiff
path: root/tests/simple_send_eth0_2s1r/sender.py
blob: 90daae5867a13d38fa03be2efc543e22ed67f1bf (plain)
1
2
3
4
5
#!/usr/bin/env python

def execute(api):
    api.send("eth0","Hello World from {}!".format(api.node_id),1,2)