mirror of
https://github.com/eclipse/mraa.git
synced 2025-10-14 02:58:03 +08:00
readme: update readme and mailing list, remove old reference
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Propanu

parent
1a66c6dc6a
commit
a0ede33556
@@ -8,14 +8,10 @@ with:
|
||||
- People to extend the functionality, API with useful functions
|
||||
- Anything we haven't thought about :) Ideas always welcome!
|
||||
|
||||
The recommended method to contribute is to fork on github, and then send pull
|
||||
requests to the main project. You can open issues if you find any bugs/have
|
||||
The accepted method to contribute is to fork the project on Github and open
|
||||
pull requests with your changes. You can open issues if you find any bugs/have
|
||||
questions. If you want to work on a large feature then we suggest you file an
|
||||
issue first so we can avoid dissapointments come merging time!
|
||||
|
||||
If you'd rather not use github you are more than welcome to send git formatted
|
||||
patches to our mailing list mraa@lists.01.org which you can register for access
|
||||
on: https://lists.01.org/mailman/listinfo/mraa
|
||||
issue first so we can avoid disappointments come merging time!
|
||||
|
||||
Basic rules
|
||||
-----------
|
||||
|
25
README.md
25
README.md
@@ -2,22 +2,20 @@
|
||||
<img src="http://iotdk.intel.com/misc/logos/mraa.png" height="150px" width="auto" algt="Mraa Logo"/>
|
||||
</p>
|
||||
|
||||
Eclipse Mraa - Low Level Skeleton Library for Communication on GNU/Linux platforms
|
||||
=============================================================================
|
||||
Eclipse Mraa - Low Level I/O Communications Library for GNU/Linux platforms
|
||||
===========================================================================
|
||||
|
||||
Eclipse Mraa (Libmraa) is a C/C++ library with bindings to Java, Python and JavaScript to
|
||||
interface with the IO on Galileo, Edison & other platforms, with a structured
|
||||
and sane API where port names/numbering matches the board that you are on. Use
|
||||
of libmraa does not tie you to specific hardware with board detection done at
|
||||
runtime you can create portable code that will work across the supported
|
||||
platforms.
|
||||
Eclipse Mraa (Libmraa) is a C/C++ library with bindings to Java, Python and JavaScript
|
||||
to interface with the I/O pins and buses on various IoT and Edge platforms, with a
|
||||
structured and sane API where port names/numbering match the board that you are on.
|
||||
Use of libmraa does not tie you to specific hardware. Since board detection done at
|
||||
runtime you can create portable code that will work across the supported platforms.
|
||||
|
||||
The intent is to make it easier for developers and sensor manufacturers to map
|
||||
their sensors & actuators on top of supported hardware and to allow control of
|
||||
low level communication protocol by high level languages & constructs.
|
||||
|
||||
The MRAA project is joining the Eclipse Foundation as an Eclipse IoT project.
|
||||
You can read more about this [here](https://projects.eclipse.org/proposals/eclipse-mraa).
|
||||
The MRAA project is an Eclipse IoT project. A detailed project description can be found [here](https://projects.eclipse.org/proposals/eclipse-mraa).
|
||||
|
||||
[](https://travis-ci.org/intel-iot-devkit/mraa) [](https://sonarcloud.io/dashboard?id=mraa-master)
|
||||
|
||||
@@ -172,9 +170,10 @@ API Documentation
|
||||
Contact Us
|
||||
==========
|
||||
|
||||
To ask questions either file issues in github or send emails on our [mailing
|
||||
list](https://lists.01.org/mailman/listinfo/mraa). You might also catch us on
|
||||
the mraa channel on freenode IRC.
|
||||
To ask questions either file an issue on Github or send an email to our
|
||||
[mailing list](https://accounts.eclipse.org/mailing-list/mraa-dev).
|
||||
You must be subscribed to the list before you can post.
|
||||
You might also catch us on the mraa channel on freenode IRC.
|
||||
|
||||
See the [Contribution](CONTRIBUTING.md) documentation for more details.
|
||||
|
||||
|
Reference in New Issue
Block a user