View full-text article in PMC Sensors (Basel). 2023 May 12;23(10):4699. doi: 10.3390/s23104699 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 2 Message Evaluator Selection Input: EvalList={SumList1,SumList2,…,SumListn}. VehList={Vehicle1,Vehicle2,…,Vehiclem}. Output: EvaluatorList={EvaluatorList1,EvaluatorList2,…,EvaluatorListn}. 1:for each Vehiclei∈VehList do 2: Data processing by using Simhash algorithm; 3: Calculate Hamming distance of Vehiclei and EvalList; 4: if Hamming distance (Vehiclei, EvalList) < ⊝ then 5: Add Vehiclei to EvaluatorList; 6: end if 7:end for 8:Return EvaluatorList.