You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-5Lines changed: 12 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# cwmp_grpc
2
2
3
-
gRPC server and client implementations for CWMP.
3
+
gRPC server and client examples for CWMP demonstrate how to use .proto and .methods files which are generated by cwmp_xml_to_proto (https://github.com/jaemannyeh/cwmp_xml_to_proto).
4
4
5
-
https://www.broadband-forum.org provides CWMP xml files.
5
+
You can use .methods files to implement gRPC server's service methods.
6
+
7
+
broadband forum (https://www.broadband-forum.org/) provides CWMP xml files.
6
8
7
9
tr-069-1-0-0-full.xml
8
10
tr-098-1-8-0-full.xml
@@ -12,10 +14,15 @@ https://www.broadband-forum.org provides CWMP xml files.
12
14
tr-140-1-3-0-full.xml
13
15
tr-196-2-1-0-full.xml
14
16
15
-
[cwmp_xml_to_proto](https://github.com/jaemannyeh/cwmp_xml_to_proto) generates CWMP proto files using CWMP xml files.
17
+
cwmp_xml_to_proto generates .proto and .method files using CWMP xml files.
16
18
17
-
tr-140-1-3-0-full.proto
18
-
tr-140-1-3-0-full.methods
19
+
tr-069-1-0-0-full.proto tr-069-1-0-0-full.methods
20
+
tr-098-1-8-0-full.proto tr-098-1-8-0-full.methods
21
+
tr-104-2-0-0-full.proto tr-104-2-0-0-full.methods
22
+
tr-106-1-2-0-full.proto tr-106-1-2-0-full.methods
23
+
tr-135-1-4-0-full.proto tr-135-1-4-0-full.methods
24
+
tr-140-1-3-0-full.proto tr-140-1-3-0-full.methods
25
+
tr-196-2-1-0-full.proto tr-196-2-1-0-full.methods
19
26
20
27
Have a look at the files, and use the terminal to build them:
0 commit comments