Skip to main content
. 2022 Jul 7;22(14):5119. doi: 10.3390/s22145119
Algorithm 3: Data Flow
function: DataFlow(n1, n2)
output: updated_BC
procedure:
whilesimulationdo
T, B← initialize
for x ← 1 to T do
  for y ← 1 to B do
   Transfer data from n1to n2
   Block ← b(y)
  Validate Block on n2
  Deploy Block from n2to BC