Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rightech/ric-proto
gRPC/Protocol Buffers protofiles for Rightech IoT cloud services
https://github.com/rightech/ric-proto
Last synced: about 4 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T09:23:54.000Z (3 months ago)
- Last Synced: 2024-08-27T10:42:25.597Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
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
```