An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Layrz Protocol Monorepo

[![Checks](https://github.com/goldenm-software/layrz-protocol/actions/workflows/checks.yaml/badge.svg?branch=development)](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/)