-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme
More file actions
28 lines (17 loc) · 976 Bytes
/
Copy pathreadme
File metadata and controls
28 lines (17 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---------REQUIREMENTS------------
python3 or python2
pip3 install matplotlib pandas
run.sh x-axis_parameter resolution
Eg: ./run.sh -usr:pre_trusted 10
Varies pre_trusted users by 0 10 20 30 40 .....
./run.sh -usr:purely 25
Varies purely malicious users by 0 25 50 ... upto(#totalusers-#pretrustedusers(default=5))
not_trusted category users <= (user-pre_trusted)
(purely + feedback + provider + disguise + sybil ) + pretrusted(default=5) = total no. of users
-----x-axis_parameter:------
-usr:pre_trusted: 'pre-trusted' users, a subset of 'good' pre_trusted
-usr:purely: 'purely malicious' users not_trusted
-usr:feedback: 'feedback skewing' users not_trusted
-usr:provider: 'malicious provider' users not_trusted
-usr:disguise: 'disguised malicious' users not_trusted
-usr:sybil: 'Sybil attack' users not_trusted