friendlydev / meshtastic-decode
PHP Library to work with Meshtastic protobuf encoded and encrypted data
1.0.3
2024-04-09 10:55 UTC
Requires
- php: ^8.3
- ext-openssl: *
- friendlydev/meshtastic-protobufs: ^2.3
Requires (Dev)
- mockery/mockery: ^1.6
- pestphp/pest: ^2.34
- pestphp/pest-plugin-type-coverage: ^2.8
- spatie/invade: ^2.0
This package is auto-updated.
Last update: 2024-10-22 09:25:45 UTC
README
Overview
This package is still under development, and has no documentation. It uses my PHP Meshtastic Protobufs to decode the messages from the Meshtastic devices/MQTT server.
Protobuf Documentation/API Reference
Installation
composer require friendlydev/meshtastic-decode
License
Please refer to LICENSE.
TODO
- Add tests
- Add documentation
- Add examples