mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-05-01 17:27:45 +00:00
Debug and improve interference detection
This commit is contained in:
parent
c05a90570f
commit
a7f38dc162
13 changed files with 119 additions and 54 deletions
9
tests/api_send_interferences_wlan0_ncom_2s1r/receiver.py
Normal file
9
tests/api_send_interferences_wlan0_ncom_2s1r/receiver.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
def execute(api):
|
||||
code,data=api.receive("wlan0")
|
||||
api.log("Receiver receive code 1 is " + str(code))
|
||||
code,data=api.receive("wlan0")
|
||||
api.log("Receiver receive code 2 is " + str(code))
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue