0.0.1 • Published 4 years ago

iobroker-drones v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

The AIM of this module is to control Linux and Windows devices via ioBroker.

Note: Support for Apple, Android and likely other operating systems is within the future scope as well.

Goal of this module is also to replace ioBroker's Windows Control Adapter by a reliable, slim, open source, secure and scalable solution, and to get rid of the "GetAdmin.exe" tool dependence.

This module is in an early development phase; please stay tuned and follow our progress.

Installation

TO DO: Describe installation windows

Ubuntu, Debian and derivates

Make sure nodejs v12.x is installed on your system.

  1. mkdir /opt/iobroker-drones
  2. cd /opt/iobroker-drones
  3. sudo npm install https://github.com/Jey-Cee/iobroker-drones
  4. sudo node main.js
  5. Enter config details

Now the drone is installed as a sevice and starts on boot.

ioBroker Objects to control the end devices

TO DO: Describe the objects / states. Also, describe "native" for device information, ref. https://forum.iobroker.net/topic/36837/das-volle-potential-der-objekte-nutzen

Changelog

TO DO: Changelog documentation

License

MIT License

Copyright (c) 2020 Jey Cee jey-cee@live.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.