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

def execute(api):
    api.send("eth0","Hello World!",1,1)
    api.send("eth0","Hello World!",1,1)
    api.wait(1) # Goto 3 seconds
    api.send("eth0","Hello World!",1,1)