-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.json
More file actions
43 lines (43 loc) · 1.01 KB
/
model.json
File metadata and controls
43 lines (43 loc) · 1.01 KB
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
42
43
{
"name": "ms-model-example",
"repo_url": "https://github.com/znetlink/ms-models-example",
"version": "0.1.0",
"description": "妙算模型示例",
"author": "ZNetLink",
"email": "jiazequn@znetlink.com",
"license": "MIT",
"labels": [
"awesome",
"model"
],
"content": {
"iconLibraries": [
{
"name": "战术互联网",
"id": "ti",
"path": "icons/ti"
}
],
"scenarios": [
"models/合成旅小场景.scen.m"
],
"platforms": [
"models/合成旅指挥车.plt.m"
],
"devices": [
"models/超短波电台.dev.m"
],
"processes": [
{
"model": "models/ipv4.pr.m",
"pyPkgPath": "pycodes/ipv4"
}
],
"links": [
"models/理想以太网.link.m"
],
"traffics": [
"models/泊松流.traf.m"
]
}
}