https://github.com/rightech/ric-proto
gRPC/Protocol Buffers protofiles for Rightech IoT cloud services
https://github.com/rightech/ric-proto
Last synced: about 1 year ago
JSON representation
gRPC/Protocol Buffers protofiles for Rightech IoT cloud services
- Host: GitHub
- URL: https://github.com/rightech/ric-proto
- Owner: Rightech
- Created: 2019-08-14T20:12:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T14:28:12.000Z (over 1 year ago)
- Last Synced: 2025-04-15T00:11:59.082Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ric-proto
gRPC/Protocol Buffers protofiles for ric services
## compile
Just commit to master!
## compile via docker
```bash
$ docker run --rm -v $(pwd):/ric-proto rightechiot/ric-proto-compiler:latest
```
## compile manual
```bash
$ ./compile.sh
```