This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti 258cf2f1a8 Remove build artefacts from gitignore.
Reasoning: Basically one should never have build artefacts in the source
directory anyways as out-of-source builds are the recommended way of
working anyways. If, for some reason that's still happening (e.g. with
crossbuilder) then this helps a lot to clean the source dir again after
building. "crossbuilder clean" only works with the build container
ready, if the computer has been rebooted or build containers have
been deleted in the meantime, it becomes virtually impossible to
clean up the source dir again if git doesn't help any more.
2019-09-02 00:08:14 +02:00
2019-07-22 12:17:00 +02:00
2019-04-08 13:55:15 +02:00
2019-07-19 14:43:23 +02:00
2019-04-02 01:02:45 +02:00
2019-04-08 13:55:15 +02:00
2019-04-08 13:55:15 +02:00
2019-06-25 21:42:22 +02:00

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.

Description
No description provided
Readme 38 MiB
Languages
C++ 92.2%
C 4.8%
QMake 1%
Shell 0.6%
Python 0.4%
Other 0.9%