Skip to content

Releases: jaks6/step-one

STEP-ONE 0.7

08 May 08:31

Choose a tag to compare

  • Fixed some issues with BP messaging that did not allow using the standard DTN routing protocols together with process-based messaging
  • Changed variable names produced by process engine during connection-related signals. Previously, both disconnect and connect events created the sig_remote_address variable, now, the 2 events are differentiated and produce separate variables: lastConnectAddress and lastDisconnectAddress
  • Added another advanced example: Bottom-up offloading, where a mobile end device initiates a gateway to find a node in the network to offload some work to. Scenario has 4 types of nodes: Mobile user, Gateway, Fog servers, and Cloud. The scenario features routing, signal handling, self-propagating processes and timer events, among other things.

STEP-ONE 0.6-beta

13 Apr 14:51
1f2b1a7

Choose a tag to compare

STEP-ONE 0.6-beta Pre-release
Pre-release
  • Added several tutorials and code examples, documented at https://jaks6.github.io/step-one
  • Bundled the STEP-ONE modeler docker project into the project src (folder step-one-modeler)
    -- Added helpful templates to STEP-ONE Flowable modeller (src not maintained on GitHub)
  • Added a CostHelper class to estimate monetary cost of transmissions and processing
  • Fixed Timer Start Events not working
  • Fix bug where CPU configuration was not copied from BpmEngine prototype
  • Various other bugfixes

STEP-ONE 0.5-alpha

18 Dec 16:59

Choose a tag to compare

STEP-ONE 0.5-alpha Pre-release
Pre-release

Initial Pre-release of STEP-ONE.

Includes the modeller and simulator.