Research Article

[Retracted] Network Interconnection Security Buffer Technology for Power Monitoring System

Table 6

Format conversion algorithm of protocol data.

Input: Data output from paradigm check
Output: OutData after structural adjustment
1 read data, saved as InData in array format
2 get the array length
3 generate a random, with the random < length
4 create a new array OutData[length]
5 OutData = reverse (InData, random)/ swap positions of the contents in the front and back according to the random
6 add a new field to the converted data (<filed name = “RandomNumber”>random</filed>: Describing the specific value of the generated random)
7 output OutData