Skip to content

Commit b63820b

Browse files
committed
updated README.md
1 parent d7d932a commit b63820b

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# cwmp_grpc
22

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).
44

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.
68

79
tr-069-1-0-0-full.xml
810
tr-098-1-8-0-full.xml
@@ -12,10 +14,15 @@ https://www.broadband-forum.org provides CWMP xml files.
1214
tr-140-1-3-0-full.xml
1315
tr-196-2-1-0-full.xml
1416

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.
1618

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
1926

2027
Have a look at the files, and use the terminal to build them:
2128

0 commit comments

Comments
 (0)