You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
### What Is This ?
4
4
5
5
TAP python SDK allows you to build python app that can establish BLE connection with Tap Strap and TapXR, send commands and receive events and data - Thus allowing TAP to act as a controller for your app!
6
-
The library is developed with Python >= 3.7 and is **currently in beta**.
6
+
The library is developed with Python >= 3.9 and is **currently in beta**.
7
7
8
8
9
9
### Supported Platforms
10
10
This package supports the following platforms:
11
11
* MacOS (tested on 10.15.2) - using Apple's CoreBluetooth library. The library depends on PyObjC which Apple includes with their Python version on OSX. Note that if you're using a different Python, be sure to install PyObjC for that version of Python.
12
12
* Windows 10 - by wrapping the dynamic library (DLL) generated by [tap-standalonewin-sdk](https://github.com/TapWithUs/tap-standalonewin-sdk).
13
-
* Linux (testerd on Ubuntu 18.04) - need to install libbluetooth-dev and bluez-tools
13
+
* Linux (tested on Ubuntu 18.04) - need to install libbluetooth-dev and bluez-tools
14
14
```
15
15
sudo apt-get install bluez-tools libbluetooth-dev
16
16
```
@@ -166,7 +166,7 @@ Resgister callback to raw sensors data packet received event.
0 commit comments