https://github.com/goldenm-software/layrz-protocol
Layrz Protocol Monorepo
https://github.com/goldenm-software/layrz-protocol
gps hardware iot layrz protocol software
Last synced: about 2 months ago
JSON representation
Layrz Protocol Monorepo
- Host: GitHub
- URL: https://github.com/goldenm-software/layrz-protocol
- Owner: goldenm-software
- License: other
- Created: 2025-07-24T21:12:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-05-03T00:25:41.000Z (about 2 months ago)
- Last Synced: 2026-05-03T00:32:22.319Z (about 2 months ago)
- Topics: gps, hardware, iot, layrz, protocol, software
- Language: Go
- Homepage: https://developers.layrz.com/protocol/
- Size: 396 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Layrz Protocol Monorepo
[](https://github.com/goldenm-software/layrz-protocol/actions/workflows/checks.yaml)
This is the monorepo for the Layrz Protocol. It contains the support of Layrz Protocol on the following languages:
| Language | Minimum version required | Package import | Status |
| --- | --- | --- | --- |
| Python | 3.13 | `import layrz_protocol` | Available |
| Dart | 3.4 | `import "package:layrz_protocol/layrz_protocol.dart"` | Available |
| Go | 1.26 | `import "github.com/goldenm-software/layrz-protocol/go/v3"` | Available |
| C++ | C++17 | `#include ` | Available (CMake / PlatformIO) |
[Link to the documentation](https://developers.layrz.com/protocol/)