Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Soletta Development Application

Pre-release
Pre-release
Compare
Choose a tag to compare
@brunobottazzini brunobottazzini released this 29 Apr 22:43
· 44 commits to master since this release

Soletta Development Application

Provides a web-based environment where developers can write, visualize, modify, run, test and debug their Soletta FBP programs. The Soletta Development Application is supposed to run on your target board and it then exposes the development environment through a web server application based on node.js.

FBP stands for Flow-Based Programming, which allows the programmer to express
business logic as a directional graph of nodes connected to type-specific ports.

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.

Dependencies

  • soletta
  • nodejs
  • npm
  • bower
  • systemd 216 or newer
  • graphviz

Installation

When dependencies are satisfied run the following:

./install.sh [INSTALLATION_PATH]

If no INSTALLATION_PATH is provided the installation script will use the root folder of the Soletta Development Application project

Patches (13)

a34bf0e Allow to save FBP file when it is not attached to a project
a6688de Drop redirectios to /dev/null when starting up the server
986a818 Add npm-shrinkwrap.json file
0e35c9b Update session-file-store module
cc05428 Remove hyperwatch module
73d79bf Remove unused openurl module
796ce58 Add Coverity badge in README
6da847d Drop unused GIT commit API
a65f9d5 fix: Do not verify if syntax checker is running inside a repo
d15ec12 Unset highlight syntax when a folder is selected
3c7de4e Fixes minor issues pointed by the tool jshint
acb2879 Verifies if files and folders paths are inside of dev-app repository
861c3b5 Increment version NPM