From cfee97cc65aaccb9c45f1babc85d611024e4f79c Mon Sep 17 00:00:00 2001 From: Victor Chavez Date: Sat, 13 Apr 2024 18:27:36 +0200 Subject: [PATCH] added commands to test bumble --- tests/bumble/cmds.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/bumble/cmds.txt diff --git a/tests/bumble/cmds.txt b/tests/bumble/cmds.txt new file mode 100644 index 0000000..78cb309 --- /dev/null +++ b/tests/bumble/cmds.txt @@ -0,0 +1,8 @@ +python controllers.py tcp-server:_:9000 tcp-server:_:9001 + +./zephyr.exe --bt-dev=127.0.0.1:9001 + +python scan.py + +controller.py of this dir must replace file from site-packages\bumble\controller.py, this is due to some LE commands +not implemented in bumble \ No newline at end of file