-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.json
More file actions
41 lines (41 loc) · 962 Bytes
/
model.json
File metadata and controls
41 lines (41 loc) · 962 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ms-model-aodv",
"repo_url": "https://github.com/znetlink/ms-model-aodv",
"version": "0.1.2",
"description": "MANET自组网AODV路由模型",
"author": "ZNetLink",
"email": "jiazequn@znetlink.com",
"license": "GPL-3.0",
"labels": [
"Routing",
"路由协议"
],
"content": {
"iconLibraries": [
{
"name": "aodv",
"id": "aodv",
"path": "icons/aodv"
}
],
"scenarios": [],
"platforms": [],
"devices": [
"models/aodv_host.dev.m"
],
"processes": [
{
"model": "models/aodv.pr.m",
"pyPkgPath": "pycodes/aodv"
}
],
"links": [],
"traffics": [],
"modulations": [],
"packets": [
"models/aodv.pkt.m"
],
"icis": [],
"metrics": []
}
}