Skip to content

Latest commit

 

History

History
107 lines (73 loc) · 5.02 KB

README.md

File metadata and controls

107 lines (73 loc) · 5.02 KB

FastyBird IoT devices module

Build Status Code coverage PHP Licence Downloads total Latest stable PHPStan

Latest stable Downloads total Types

Python Licence Latest stable Black

What is FastyBird IoT devices module?

Devices module is a combined Nette framework extension and Vex ORM plugin for managing connected devices and their basic logic.

FastyBird IoT devices module is an Apache2 licensed distributed extension, developed in PHP with Nette framework and in Typescript.

Features:

  • Devices and channels management
  • Support for data exchange
  • {JSON:API} schemas for full api access
  • User access check & validation
  • Multilingual
  • JS integration via Vuex ORM plugin
  • Python integration via PonyORM

Requirements

PHP part of FastyBird devices module is tested against PHP 7.4 and ReactPHP http 0.8 event-driven, streaming plaintext HTTP server and Nette framework 3.0 PHP framework for real programmers

JavaScript part of FastyBird devices module is tested against ECMAScript 6

Python part of FastyBird devices module is tested against Python 3.7

Installation

Application backend in PHP

The best way to install fastybird/devices-module is using Composer:

composer require fastybird/devices-module

Application frontend in JS

The best way to install @fastybird/devices-module is using Yarn:

yarn add @fastybird/devices-module

or if you prefer npm:

npm install @fastybird/devices-module

Application additional backend in Python

The best way to install fastybird-devices-module is using pip:

pip install fastybird-devices-module

Documentation

Learn how to use devices module and manage your devices in documentation.

Feedback

Use the issue tracker for bugs or mail or Tweet us for any idea that can improve the project.

Thank you for testing, reporting and contributing.

Changelog

For release info check release page

Maintainers


Adam Kadlec

Homepage https://www.fastybird.com and repository https://github.com/fastybird/devices-module.