esds/tests/api_send_eth0_2s1r/sender.py
2022-06-30 12:11:59 +02:00

5 lines
110 B
Python

#!/usr/bin/env python
def execute(api):
api.send("eth0","Hello World from {}!".format(api.node_id),1,2)