esds/tests/interferences_bug1/receiver.py

6 lines
112 B
Python

#!/usr/bin/env python
def execute(api):
code,data=api.receive("wlan0")
api.log("Receiver "+str(code))