mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 14:55:22 +00:00
5 lines
110 B
Python
5 lines
110 B
Python
#!/usr/bin/env python
|
|
|
|
def execute(api):
|
|
api.send("eth0","Hello World from {}!".format(api.node_id),1,2)
|
|
|