Skip to content

Releases: connets/task_offloading

v2.0-Fine_tesi_Parenti_Luca

08 Apr 10:34

Choose a tag to compare

What's Changed

  • Changed framework from Veins to Veins_INET
  • Fixed packet creation and sending
  • Fixed problems in communication
  • Added and refactored statistics

Full Changelog: v1.0.2...v2.0-Fine_tesi_Parenti_Luca

Task_offloading - v1.0.2

27 May 07:53

Choose a tag to compare

In this release:

  • Refactored all the code logic and added useful comments
  • Rewrote all the handling messages functions
  • Added new bus state to represent its state during task offloading (0 $\to$ Help, 1 $\to$ LoadBalancing, 2 $\to$ DataTransfer, 3 $\to$ FinishedComputation)
  • Added new task object to contain all the info about the tasks the bus is doing (useful when in future the bus will have to compute more than one task)
  • Corrected response message handling when piggybacking
  • Corrected the functioning of secure protocol when sending again data or responses

Task_offloading - v1.0.1

14 Apr 09:44
6291a40

Choose a tag to compare

This release contains an important fix that removes a possible infinite loop with the piggybacking messages that could occur in the previous release.

Task_offloading - v1.0.0

01 Apr 10:04

Choose a tag to compare

This release contains a simple task_offloading application with these features:

  • Simulation parameters handling from omnetpp.ini file
  • Statistics for post-simulation analysis
  • Ad hoc simple simulation builded for the purpose of the application

The scenario was meant to simulate a BUS into a city that needs help to complete a task. This BUS send an help request and waits for vehicles available response. After some time t with a simple load balancing function it sends parts of the data to all vehicles available and then waits for their response.