# eclipse-mraa/mraa

Linux Library for low speed IO Communication in C with bindings for C++, Python, Node.js & Java. Supports generic io platforms, as well as Intel Edison, Intel Joule, Raspberry Pi and many more.

Repository: https://github.com/eclipse-mraa/mraa
Canonical: https://ross.abutalabs.com/products/mraa
Homepage: http://mraa.io
Language: C
License: MIT
License Family: permissive
Topics: mraa, libmraa, intel-joule, board, raspberry-pi, communication, galileo, io, linux, i2c, gpio, spi
Last push: 2026-08-15T16:03:34+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 4480, "days_push": 18, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1408, forks 614 (observed 2026-08-28T04:04:38.502654+00:00)

## What it is
Eclipse MRAA is a C/C++ library with bindings for Python, Node.js, and Java for controlling low-speed I/O (GPIO, I2C, SPI, UART) on GNU/Linux boards. It performs runtime board detection so the same code runs portably across many supported IoT and edge platforms.

## Use cases
- control gpio pins on a raspberry pi from python
- read i2c sensors on an intel edison
- write portable code that works across multiple single-board computers
- drive spi devices from node.js on linux
- blink an led on a beaglebone black
- interface actuators with high-level languages on embedded linux
- prototype iot hardware without vendor-specific sdk lock-in

## When to choose
- you need low-level GPIO/I2C/SPI/UART access on a supported Linux board
- you want portable code across many SBCs via runtime board detection
- you prefer Python, JavaScript, or Java bindings over raw C for hardware I/O

## When to avoid
- your board is not in the supported platform list
- you need high-speed or real-time-critical I/O beyond low-speed buses
- you target microcontrollers or non-Linux embedded platforms

## Facets
- artifact type: library
- maturity: active
- function: embedded, iot, sdk, developer-tools
- domain: iot, embedded-systems, hardware, developer-tools
- platform: c, cpp, python, jvm, embedded
- tags: gpio, i2c, spi, uart, single-board-computers, raspberry-pi, sensor-interface, board-detection, hardware-abstraction, linux, nodejs

## Member repositories
- eclipse-mraa/mraa (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.502654+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:35.006208+00:00, confidence not recorded.
  - readme: https://github.com/eclipse-mraa/mraa (fetched 2026-08-28T04:04:38.502654+00:00, sha def6c07b7ba3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
