clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
Michael Zanetti 57f68bcdc0 More work on adding a Device browser 2019-07-25 15:56:18 +02:00
data Update webserver debug output, add WebServerTraffic category and fix favicons for debugserver 2019-04-08 13:55:15 +02:00
debian Jenkins release build 2019-07-22 12:17:00 +02:00
doc Add nymea-plugininfocompiler to replace nymea-generateplugininfo 2019-07-15 22:55:11 +02:00
icons rename logo 2019-04-08 13:55:15 +02:00
libnymea More work on adding a Device browser 2019-07-25 15:56:18 +02:00
libnymea-core More work on adding a Device browser 2019-07-25 15:56:18 +02:00
plugins More work on adding a Device browser 2019-07-25 15:56:18 +02:00
server Move devicemanager's implementation out of libnymea into libnymea-core 2019-07-15 22:52:52 +02:00
tests Fix parenting mechanism for discovered devices 2019-07-25 15:56:02 +02:00
tools Change default output behavior a little bit 2019-07-15 22:55:11 +02:00
translations Automatic translations update by Jenkins 2019-07-25 13:07:05 +02:00
.gitignore Add nymea-plugininfocompiler to replace nymea-generateplugininfo 2019-07-15 22:55:11 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-04-02 01:02:45 +02:00
LICENSE copyright headers guh -> nymea 2019-04-08 13:55:15 +02:00
README.md Update README.md 2019-06-25 21:42:22 +02:00
icons.qrc rename logo 2019-04-08 13:55:15 +02:00
nymea.pri Add nymea-plugininfocompiler to replace nymea-generateplugininfo 2019-07-15 22:55:11 +02:00
nymea.pro Add nymea-plugininfocompiler to replace nymea-generateplugininfo 2019-07-15 22:55:11 +02:00

README.md

nymea - open source IoT edge server


nymea (/[n'aiːmea:]/ - is an open source IoT edge server. The plug-in based architecture allows to integrate protocols and APIs. With the build-in rule engine you are able to interconnect devices or services available in the system and create individual scenes and behaviours for your environment.

Quick Install on Ubuntu

In order to install nymea on Ubuntu, you simply need to download this bash script:

wget https://downloads.nymea.io/install-nymea.sh

Extract into your Home folder and just run

chmod +x install-nymea.sh
sudo ./install-nymea.sh

Once the success message has printed on your screen, simply run: sudo nymead -n to start nymea!

Quick Install on a Raspberry Pi

We have created an image for your Raspberry Pi (2/3) that comes with an array of plugins for different smart devices! Download

Get the nymea mobile app here:

iOS Badge

Android Badge

Get the nymea desktop app here:

macOS Badge

Snap Badge

Windows Badge

Getting help

If you want to present your project or want to share your newest developments you can share it in Our Forum

If you are facing any troubles, don't hesitate to reach out for us or the community members, we will be pleased to help you: Chat with us on Telegram

Wiki and Documentation

License


nymea is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2 of the License.