summaryrefslogtreecommitdiff
path: root/tests/api_receivet_eth0_1s1r/sender.py
blob: 0b6bdb65ae0c9fbf3c775ed743ce0753999738ca (plain)
1
2
3
4
5
6
#!/usr/bin/env python

def execute(api):
    api.send("eth0","Hello World!",1,1)
    api.send("eth0","Hello World!",1,1)