All Projects → nymea → nymea

nymea / nymea

Licence: other
The nymea IoT server repository.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
QMake
1090 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nymea

QSimpleScada
Qt based simple SCADA framework, with dashboard, static and dynamic components
Stars: ✭ 152 (+70.79%)
Mutual labels:  qt5, iot-platform
CuteTorrent
BitTorrent client based on libtorrent-rasterbar with user-friendly interface
Stars: ✭ 27 (-69.66%)
Mutual labels:  qt5
HandsomeMod
IOT freedom for end users!
Stars: ✭ 39 (-56.18%)
Mutual labels:  qt5
SecureFiware
Proposing security measures and security analysis in the Fiware IoT environment.
Stars: ✭ 21 (-76.4%)
Mutual labels:  iot-platform
idasix
IDAPython compatibility library. idasix aims to create a smooth ida development process and allow a single codebase to function with multiple IDA/IDAPython versions
Stars: ✭ 24 (-73.03%)
Mutual labels:  qt5
mbed-cloud-client
Pelion Device Management Client library
Stars: ✭ 38 (-57.3%)
Mutual labels:  iot-platform
ModBuddy
Mod buddy is a mod manager created with extensibility in mind
Stars: ✭ 30 (-66.29%)
Mutual labels:  qt5
maxLibQt
A collection of C++ classes and QtQuick QML components for use with the Qt framework.
Stars: ✭ 18 (-79.78%)
Mutual labels:  qt5
Cryptix
A small application to quickly encrypt and decrypt text, using known basic methods (Caesar, Polybe...)
Stars: ✭ 14 (-84.27%)
Mutual labels:  qt5
qwebchannel-bridge
🌉How to intergrate @qt qwebchannel with @vuejs
Stars: ✭ 17 (-80.9%)
Mutual labels:  qt5
geotagging
Photography geotagging tool
Stars: ✭ 17 (-80.9%)
Mutual labels:  qt5
Crusta
Fast, modern and minimal desktop web browser with rich features
Stars: ✭ 53 (-40.45%)
Mutual labels:  qt5
headunit-gui
GUI developement repo for my Headunit App
Stars: ✭ 17 (-80.9%)
Mutual labels:  qt5
3d-nii-visualizer
A NIfTI (nii.gz) 3D Visualizer using VTK and Qt5
Stars: ✭ 86 (-3.37%)
Mutual labels:  qt5
QtIosCMake
📱 Deploy Qt Application for iOS with a single macro when using CMake.
Stars: ✭ 35 (-60.67%)
Mutual labels:  qt5
DeadAscend
A 2D point'n'click-like adventure game written in Qt/QML and Javascript
Stars: ✭ 37 (-58.43%)
Mutual labels:  qt5
Face-Recognition-Class-Attendance-System
基于人脸识别的课堂考勤系统v2.0
Stars: ✭ 129 (+44.94%)
Mutual labels:  qt5
WindowsIoTEverywhere
Images & drivers to get WIndows 10 IoT running on off-the-shelf tablets, mini-pcs, and various computers.
Stars: ✭ 23 (-74.16%)
Mutual labels:  iot-platform
Qt5-MusicPlayer
基于Qt5开发的一个小巧精美的本地音乐播放器。代码注释详细,适合作为一个用于入门的Qt5实战项目。
Stars: ✭ 136 (+52.81%)
Mutual labels:  qt5
relational
Educational tool for relational algebra
Stars: ✭ 70 (-21.35%)
Mutual labels:  qt5

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].