Gilles Boccon-Gibod
7523118581
typing surrport for HCI commands return parameters
2026-01-17 13:19:36 -08:00
David Lechner
5bbbe5e40f
Remove unused imports
...
Mechanically remove unused imports with:
ruff check --select F401 --fix --extend-exclude grpc_protobuf
2025-12-29 17:19:11 -06:00
Gilles Boccon-Gibod
116dc9b319
add support for data type classes
2025-08-29 13:17:17 -07:00
Gilles Boccon-Gibod
7aba36302a
use isort when formatting
2025-08-21 16:38:58 -07:00
Josh Wu
8a0cd5d0d1
Replace deprecated typing aliases
2025-06-07 23:39:35 +08:00
Josh Wu
55801bc2ca
Make all event emitters async
...
* Also remove AbortableEventEmitter
2025-04-16 12:40:57 +08:00
Josh Wu
7569da37e4
Replace legacy transport and role constants
2025-04-09 19:04:02 +08:00
Gilles Boccon-Gibod
0a20f14ea9
address PR comments
2024-10-15 15:26:19 -07:00
Gilles Boccon-Gibod
dab4d13303
wip
2024-10-09 21:34:03 -07:00
Alan Rosenthal
85d79fa914
Update scanner.py to use pyee.EventEmitter
2024-07-17 16:53:50 -04:00
Gilles Boccon-Gibod
87fa02d6e5
Merge pull request #507 from google/packageFile
...
Create `inv web.build`
2024-07-11 18:35:29 -07:00
Alan Rosenthal
7e1f01c01e
Add favicon.ico to docs folder
...
Generated via: realfavicongenerator.net
validated via:
```
$ icotool -l favicon.ico
--icon --index=1 --width=48 --height=48 --bit-depth=32 --palette-size=0
--icon --index=2 --width=32 --height=32 --bit-depth=32 --palette-size=0
--icon --index=3 --width=16 --height=16 --bit-depth=32 --palette-size=0
```
2024-07-11 09:47:19 -04:00
Alan Rosenthal
b98e4937f3
Add tip about disabling caching to web's readme
2024-07-09 13:48:53 +00:00
Alan Rosenthal
c2c46e9ace
Create inv web.build
...
This command will build a wheel, copy it in the web directory, and create a file `packageFile` with the name of the wheel. If the correct override param is given, bumble.js will read `packageFile` and load that package.
2024-07-09 09:32:21 -04:00
Nate
851d62c6c9
bumble.js(PacketSink): Implement asynchronous packet processing
2024-05-05 15:03:22 -04:00
Gilles Boccon-Gibod
9d2f3e932a
format
2023-10-29 11:32:00 -07:00
Gilles Boccon-Gibod
c75cb0c7b7
fix css
2023-10-29 09:58:37 -07:00
Gilles Boccon-Gibod
a63b335149
wip
2023-10-29 09:36:17 -07:00
Gilles Boccon-Gibod
d8517ce407
add links
2023-10-29 08:53:25 -07:00
Gilles Boccon-Gibod
ad13b11464
wip
2023-10-29 08:53:23 -07:00
Gilles Boccon-Gibod
99bc92d53d
wip (+5 squashed commits)
...
Squashed commits:
[53c6c53] wip
[66f482c] wip
[b003315] wip
[f6f9d9e] wip
[4c95c7b] wip
2023-10-29 08:50:25 -07:00
Josh Wu
5a85765360
Cleanup legacy L2CAP API
2023-10-11 14:33:44 +08:00
Gilles Boccon-Gibod
fa12165cd3
Merge pull request #298 from google/gbg/use-address-to-string
...
use Address.to_string instead of manual suffix replacement
2023-09-27 21:59:32 -07:00
Maurice Lam
8c3c0b1e13
Make cryptography a valid dependency for emscripten targets
...
Since only the special cryptography package bundled with pyodide can be
used, relax the version requirement to anything that's version 39.*.
Fix #284
2023-09-22 16:43:40 -07:00
Gilles Boccon-Gibod
f1777a5bd2
use .to_string instead of a manual suffix replacement
2023-09-21 19:03:54 -07:00
Gilles Boccon-Gibod
d8a9f5a724
Revert "make cryptography a valid dependency for emscripten targets"
2023-09-13 23:36:33 -07:00
Gilles Boccon-Gibod
caa82b8f7e
make cryptography a valid dependency for emscripten targets
2023-09-13 22:38:28 -07:00
Gilles Boccon-Gibod
800c62fdb6
add readme for web examples
2023-08-15 15:17:38 -07:00
Gilles Boccon-Gibod
640b9cd53a
refactor pyiodide support and add examples
2023-08-15 13:36:58 -07:00
Gilles Boccon-Gibod
99758e4b7d
add basic support for mypy type checking
2023-01-20 00:20:50 -08:00
Gilles Boccon-Gibod
c2959dadb4
formatting and linting automation
...
Squashed commits:
[cd479ba] formatting and linting automation
[7fbfabb] formatting and linting automation
[c4f9505] fix after rebase
[f506ad4] rename job
[441d517] update doc (+7 squashed commits)
[2e1b416] fix invoke and github action
[6ae5bb4] doc for git blame
[44b5461] add GitHub action
[b07474f] add docs
[4cd9a6f] more linter fixes
[db71901] wip
[540dc88] wip
2022-12-15 23:07:17 -08:00
Gilles Boccon-Gibod
135df0dcc0
format with Black
2022-12-10 09:40:12 -08:00
Gilles Boccon-Gibod
eb8556ccf6
gbg/extended scanning ( #47 )
...
Squashed:
* add extended report class
* more HCI commands
* add AdvertisingType
* add phy options
* fix tests
2022-10-19 10:06:00 -07:00
Gilles Boccon-Gibod
6ac91f7dec
initial import
2022-05-16 19:42:31 -07:00