https://github.com/flipperdevices/flipperzero-protobuf-jvm
https://github.com/flipperdevices/flipperzero-protobuf-jvm
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flipperdevices/flipperzero-protobuf-jvm
- Owner: flipperdevices
- Created: 2022-04-29T13:29:07.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-11-06T19:01:37.000Z (over 2 years ago)
- Last Synced: 2025-01-19T07:13:26.886Z (over 1 year ago)
- Size: 74.2 KB
- Stars: 9
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Flipper JVM Protobuf
[](https://jitpack.io/#flipperdevices/flipperzero-protobuf-jvm)
JVM library using git submodule from [repository](https://github.com/flipperdevices/flipperzero-protobuf) to simplify implementation


### How to use:
```kotlin
implementation("com.github.flipperdevices:flipperzero-protobuf-jvm")
```
### Architecture
- `/buildSrc` - variables for gradle and configuration maven library
- `/protobuf` - generate java/kotlin files by proto
- `.gitmodules` - connect sudmodule from [repository](https://github.com/flipperdevices/flipperzero-protobuf)