Releases: connets/task_offloading
Releases · connets/task_offloading
v2.0-Fine_tesi_Parenti_Luca
What's Changed
- Changed framework from
VeinstoVeins_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
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
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
This release contains a simple task_offloading application with these features:
- Simulation parameters handling from
omnetpp.inifile - 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.