Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.04 KB

File metadata and controls

28 lines (19 loc) · 1.04 KB

Workload Analysis for Load-Balancing

https://github.com/IITP-Load-Balancing/Workload-Analysis-for-Load-Balancing

CAN-Ethernet Gateway Sim

https://github.com/Hanyoung-Park/CAN-Ethernet_Gateway_Sim/tree/main

SDV Dynamic Computation Offloading Controller

About

Implementation of Dynamic Computation Offloading Control Logic in a Software-Defined Vehicle (SDV) System

How to Adapt to Your System

In the examples' Target.cpp code, ensure to utilize the following functions:

  1. readDefaultStatus
  2. updatePid
  3. signalHandler

Additionally, replace "Target" with "YourApp". In default.txt, the user can decide whether to execute these functions at the initial start.

LocalOnlyController

그림1

Feature: Low Latency using Signal Processing

그림2

LocalServerDynamicController

그림3