#!/usr/bin/env python def execute(api): api.wait(1248) if api.node_id==0: api.send("eth0","hello",50,2) else: api.wait(1) api.send("eth0","hello",50,2)