-
Notifications
You must be signed in to change notification settings - Fork 108
Home
Soletta Project is a framework for making IoT devices. With Soletta Project's libraries developers can easily write software for devices that control actuators/sensors and communicate using standard technologies. It enables adding smartness even on the smallest edge devices.
Portable and scalable, it abstracts details of hardware and OS, enabling developers to reuse their code and knowledge on different targets.
More details about it can be found on README
- IRC: #soletta (freenode)
- Mail lists: http://lists.solettaproject.org
See Contributing
See Porting
The Documentation page has a more comprehensive list of Soletta's documentation (i.e C API, flows etc).
See also the Presentations page.
Soletta Project has some components, provided by different repositories:
- Soletta - repo
- Soletta Visual Editor - repo
- Soletta Development Application - repo
- Soletta Machine Learning - repo - Getting Started on SML
Packages of Soletta are being made available for Linux distributions, containing libsoletta and tools like sol-fbp-runner and sol-fbp-generator. If you have any issue related to these packages, please, [report it here] (https://github.com/solettaproject/soletta-packaging/issues/new). Those interested in contributing to the packaging, check soletta-packaging out.
Packages for Arch Linux are available in AUR:
- soletta for releases.
- soletta-git for bleeding edge versions (master branch).
Ubuntu packages are published in the official Soletta Project PPA. You can add this PPA to your system's software source by using add-apt-repository:
add-apt-repository ppa:solettaproject/packages
Or by doing it manually using your preferred text editor, editing /etc/apt/source.list.d/solettaproject-pkgs.list (replacing VERSION with your current Ubuntu version - trusty, vivid or willy):
deb http://ppa.launchpad.net/solettaproject/packages/ubuntu VERSION main
deb-src http://ppa.launchpad.net/solettaproject/packages/ubuntu VERSION main
Then, run:
apt-get update
apt-get install libsoletta
This will install the library and sol-fbp-runner, which is the tool that allows you to execute FBP files. Additional modules can be installed, check them out by running:
apt-cache search libsoletta-flow-module
If you feel brave enough, install libsoletta-dev to get the development files and additional tools (e.g. sol-fbp-generator).