Files
bldm/README.md
T

33 lines
671 B
Markdown

# bldm
Kotlin Multiplatform library.
BiliBili live danmu parser API and client.
Supported platforms:
- linuxX64
- linuxArm64
- macosArm64
- mingwX64
- jvm - jvm 11 or later
# Use case
## Client
[TestClient.kt](bl-client/src/commonTest/kotlin/test/TestClient.kt)
> `bl-module` is a module for testing parsing and provides usage instructions.
> The code is for reference only
## Raw parser
[bldm.kt](bl-client/src/commonMain/kotlin/cn/rtast/bldm/client/bldm.kt)
> The parser strictly operates at the packet-framing layer.
> It strips the protocol packet and exposes the contained payload as a raw JSON string
# Open Source
Licensed under [Apache-2.0](LICENSE)