All Projects → macchina-io → Macchina.io

macchina-io / Macchina.io

Licence: gpl-3.0
macchina.io IoT Edge Device SDK is a powerful C++ and JavaScript SDK for edge devices, IoT gateways and connected embedded systems.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Macchina.io

Baetyl
Extend cloud computing, data and service seamlessly to edge devices.
Stars: ✭ 1,655 (+278.72%)
Mutual labels:  iot, edge, edge-computing
Mainflux
Industrial IoT Messaging and Device Management Platform
Stars: ✭ 1,341 (+206.86%)
Mutual labels:  iot, edge, edge-computing
Neardb
Simple document db made for infinitely scalable globally distributed reads.
Stars: ✭ 92 (-78.95%)
Mutual labels:  iot, edge, edge-computing
Kuiper
A lightweight IoT edge analytics software
Stars: ✭ 327 (-25.17%)
Mutual labels:  iot, edge, edge-computing
object-flaw-detector-cpp
Detect various irregularities of a product as it moves along a conveyor belt.
Stars: ✭ 19 (-95.65%)
Mutual labels:  edge, edge-computing
ekuiper
Lightweight data stream processing engine for IoT edge
Stars: ✭ 975 (+123.11%)
Mutual labels:  edge, edge-computing
intruder-detector-python
Build an application that alerts you when someone enters a restricted area. Learn how to use models for multiclass object detection.
Stars: ✭ 16 (-96.34%)
Mutual labels:  edge, edge-computing
motor-defect-detector-python
Predict performance issues with manufacturing equipment motors. Perform local or cloud analytics of the issues found, and then display the data on a user interface to determine when failures might arise.
Stars: ✭ 24 (-94.51%)
Mutual labels:  edge, edge-computing
Esp8266 Tiny Door And Window Sensor
Battery powered door and window sensor with ultra low standby power. Arduino, ESP-12, Reed switch, ATtiny, LDO
Stars: ✭ 146 (-66.59%)
Mutual labels:  sensor, iot
object-size-detector-python
Monitor mechanical bolts as they move down a conveyor belt. When a bolt of an irregular size is detected, this solution emits an alert.
Stars: ✭ 26 (-94.05%)
Mutual labels:  edge, edge-computing
safety-gear-detector-python
Observe workers as they pass in front of a camera to determine if they have adequate safety protection.
Stars: ✭ 54 (-87.64%)
Mutual labels:  edge, edge-computing
Terrariumpi
Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
Stars: ✭ 249 (-43.02%)
Mutual labels:  sensor, iot
Angular Web Bluetooth
The missing Web Bluetooth module for Angular
Stars: ✭ 164 (-62.47%)
Mutual labels:  sensor, iot
duedge-recipes
DuEdge百度边缘网络计算样例代码
Stars: ✭ 25 (-94.28%)
Mutual labels:  edge, edge-computing
Ha4iot
Open Source Home Automation system for .NET
Stars: ✭ 146 (-66.59%)
Mutual labels:  sensor, iot
AdvantEDGE
AdvantEDGE, Mobile Edge Emulation Platform
Stars: ✭ 36 (-91.76%)
Mutual labels:  edge, edge-computing
Eve
EVE is Edge Virtualization Engine
Stars: ✭ 266 (-39.13%)
Mutual labels:  iot, edge
object-flaw-detector-python
Detect various irregularities of a product as it moves along a conveyor belt.
Stars: ✭ 17 (-96.11%)
Mutual labels:  edge, edge-computing
Yomo
🦖 Streaming-Serverless Framework for Low-latency Edge Computing applications, running atop QUIC protocol, engaging 5G technology.
Stars: ✭ 279 (-36.16%)
Mutual labels:  iot, edge-computing
Easydeviceinfo
📱 [Android Library] Get device information in a super easy way.
Stars: ✭ 1,698 (+288.56%)
Mutual labels:  sensor, device

macchina.io

macchina.io Edge Device SDK is a powerful application software platform for IoT devices.

With macchina.io you can rapidly build and deploy device applications that communicate with devices, sensors, actuators, cloud services, and humans.

macchina.io provides a web-enabled, secure, modular and extensible C++ and JavaScript IoT application environment on top of Linux, consisting of middleware, protocols and rich APIs. macchina.io provides ready-to-use and industry proven software building blocks that enable applications to collect, process, filter, analyze and visualize sensor, machine and process data locally, directly where it originates, and where the action happens. macchina.io enables IoT edge and fog computing.

macchina.io runs on Linux-based devices, including IoT gateways, industrial computing devices, and prototyping platforms like the Raspberry Pi, Beaglebone and MangOH.

macchina.io is based on the POCO C++ Libraries and uses the V8 JavaScript engine.

For more information, including documentation, please see the macchina.io website. There are also a couple of useful articles and How-To's in the project wiki.

Build Status

  • Travis: Travis Build Status

Prerequisites

  • GNU Make 3.81 or newer
  • Linux: GNU C++ (g++) 5.0 or newer; alternatively Clang++ 3.4 or newer (C++14)
  • macOS: Clang++ (Apple LLVM) 10.0 or newer
  • OpenSSL headers and libraries (on macOS, via Homebrew: brew install openssl)
  • Python 2.7 (for building V8)

Getting Started

For the impatient, using a Linux or macOS machine:

$ git clone https://github.com/macchina-io/macchina.io.git
$ cd macchina.io
$ git checkout master
$ make -s -j8 DEFAULT_TARGET=shared_release

Then, on Linux:

$ export LD_LIBRARY_PATH=`pwd`/platform/lib/Linux/x86_64:`pwd`/server/bin/Linux/x86_64/codeCache
$ cd server
$ bin/Linux/x86_64/macchina

On macOS:

$ export DYLD_LIBRARY_PATH=`pwd`/platform/lib/Darwin/x86_64
$ cd server
$ bin/Darwin/x86_64/macchina

Then direct your favorite web browser to http://localhost:22080 and log in with username 'admin' and password 'admin'.

For more detailed instructions, including how to cross-compile for embedded Linux targets, as well as an introduction to writing JavaScript code for macchina.io, see the documentation, specifically Introduction and Overview and Getting Started with macchina.io.

License

macchina.io IoT Edge Device SDK is dual-licensed under a commercial license and the GPLv3. The commercial license gives you the full rights to create and distribute software and devices on your own terms without any GPL obligations. With the commercial license you also have access to professional support and maintenance, as well as additional features. See this table for a comparison between GPLv3-licensed and commercial-licensed macchina.io IoT Edge Device SDK features.

Contributions

Please see our CONTRIBUTING document to get started.

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].