|
|
||
|---|---|---|
| .github | ||
| data | ||
| debian-qt5 | ||
| debian-qt6 | ||
| doc | ||
| icons | ||
| libnymea | ||
| libnymea-core | ||
| plugins | ||
| server | ||
| tests | ||
| tools | ||
| translations | ||
| .gitignore | ||
| AGENTS.md | ||
| CODE_OF_CONDUCT.md | ||
| COPYING | ||
| COPYING.LESSER | ||
| LICENSE.GPL3 | ||
| LICENSE.LGPL3 | ||
| README.md | ||
| debian | ||
| icons.qrc | ||
| nymea.pri | ||
| nymea.pro | ||
| python-todos.txt | ||
| version.h.in | ||
README.md
nymea - open source IoT edge server
Quick start
Install nymea on a Raspberry Pi
We have created an image for your Raspberry Pi that comes with an array of plugins for different smart devices!
Use the Raspberry Pi imager and select nymea as operating system.
Alternatively, the image can be downloaded and flashed manually from here. We recommend the latest Raspberry Pi OS Trixie core image.
Get nymea:app here:
Manual download files of nymea:app can be found here.
A detailed description how to install and getting started with nymea can be found in the nymea | user documentation.
Developing with nymea
A detailed documentation on how to develop with nymea is available on the nymea | developer documentation.
Network discovery
When starting nymead as user without root privileges, the network device discovery will not available due to missing raw socket permission. If you still want to make use of this feature, the binary capabilities need to be adjusted.
sudo setcap cap_net_admin,cap_net_raw=eip /usr/bin/nymead
This will allow nymead to create raw sockets for ARP and ICMP network discovery tools even when nymead gets started as user without root privileges.
License
nymea is free software developed by chargebyte austria GmbH, former nymea GmbH.
Server components, tools, plugins and tests in this repository are licensed under the GNU General Public License version 3 or (at your option) any later version.
Public SDK libraries found in libnymea/ and libnymea-core/ are provided under the GNU Lesser General Public License version 3 or (at your option) any later version so they can be linked from external applications.
Copyright (C) 2013 - 2024, nymea GmbH Copyright (C) 2024 - 2026, chargebyte austria GmbH
See LICENSE.GPL3 and LICENSE.LGPL3 for the complete license texts.