clone of nymea from github https://github.com/nymea/
 
 
 
 
 
 
Go to file
Simon Stürz 1adbcb72ba Set raw socket capabilities into postinstall script for allowing users to use network device discovery within nymead 2021-06-30 13:54:51 +02:00
.github
data Make use of system data location for searching the mac address database 2021-06-28 13:51:25 +02:00
debian Set raw socket capabilities into postinstall script for allowing users to use network device discovery within nymead 2021-06-30 13:54:51 +02:00
doc
icons
libnymea Set raw socket capabilities into postinstall script for allowing users to use network device discovery within nymead 2021-06-30 13:54:51 +02:00
libnymea-core Add network device discovery to the hardware manager 2021-06-28 13:51:25 +02:00
plugins Merge PR #406: Add browsing support to python plugin API 2021-04-19 11:38:27 +02:00
server Merge PR #371: Remove SIGSEGV handling and backtrace printing for proper coredump cr… 2020-12-21 18:01:00 +01:00
tests Bump jsonrpc api version 2021-06-07 22:16:38 +02:00
tools Merge PR #360: Allow building the plugininfocompiler standalone 2020-12-21 18:00:54 +01:00
translations
.gitignore Add mac address database and build tool 2021-06-28 13:51:25 +02:00
CODE_OF_CONDUCT.md
LICENSE.GPL3
LICENSE.LGPL3
README.md Set raw socket capabilities into postinstall script for allowing users to use network device discovery within nymead 2021-06-30 13:54:51 +02:00
icons.qrc
nymea.pri Disable deprecation errors to allow building with gcc 10 2021-05-10 18:22:06 +02:00
nymea.pro Bump jsonrpc api version 2021-06-07 22:16:38 +02:00
python-todos.txt
version.h.in

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 start

Install nymea on a Raspberry Pi

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

Get nymea:app here:

iOS Badge

Android Badge

macOS Badge

Snap Badge

Windows Badge

A detailed description how to install and getting started with nymea can be found in the nymea | user documentation.

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 or Discord

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: 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 3 of the License.