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

Releases: solettaproject/soletta-dev-app

Soletta Development Application

16 Sep 15:50
Compare
Choose a tag to compare
Pre-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

Standalone

Since this is a standalone release it does not need to install any library dependency however it is recommended to follow the following installation guide.

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 (7)

The following includes the patches that compose this release

12b791c Allow to write a sample without syncing with a repo
2168803 Fix: Put dialog to open center top instead of center middle
fa24e97 Fixes sessions errors and remove unused api reference
c3a07bc Update nodejs modules json package
a18dde3 Allow soletta-dev-app installation script to choose path
100a4b6 README: semaphoreci.com/solettaproject
4a32f04 Remove after clause on soletta-dev-app-server.service

Issues resolved in this release (0)

Open issues (1)

#26 Make flow view scrollable in vertical

Soletta Development Application

28 Aug 20:36
Compare
Choose a tag to compare
Pre-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

Standalone

Since this is a standalone release it does not need to install any library dependency however it is recommended to follow the following installation guide.

Installation

When dependencies are satisfied run the following:

./install.sh 

Installation script will use the root folder of the Soletta Development Application project

Patches (16)

The following includes the patches that compose this release

38ec20b Verify what nodejs name is
d39ded3 Replcae npm install --save to npm install
2a1e5d0 Add repository URL information in package.json
d56d4f3 Fix: build badge design
af936d1 Replace travis ci to semaphore
4a11500 Update package.json description and keywords
4337708 Update doc with information about npm package
66d028d Fix: npm package name
346fa6a Fix: tmp files exists when resyncing a repository
cceb9c0 Add nodejs and angularjs test case
3d6ef2a Stop FBP service of the session when the window is closed
5ccacdc Add travis.yml file to get Travis CI Status
b7bc01d Add build status on Readme.md
4024079 Remove envirotment journal from soletta dev-app server service
3274506 systemd unit: Fix typo
0c32bf1 Initial Commit

Issues resolved in this release (0)

Open issues (0)