https://github.com/ci4rail/io4edge_api
https://github.com/ci4rail/io4edge_api
esp32 go io4edge protobuf
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ci4rail/io4edge_api
- Owner: ci4rail
- License: mit
- Created: 2022-01-18T20:02:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-12T13:28:07.000Z (7 months ago)
- Last Synced: 2025-12-14T04:27:16.864Z (7 months ago)
- Topics: esp32, go, io4edge, protobuf
- Language: C
- Homepage:
- Size: 880 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# io4edge_api
This repository contain all proto files for communicate with io4edge modules.
## How to build
Run this repo from a vscode devcontainer. (CTRL+SHIFT+P -> Remote-Containers: Open Folder in Container, or clone the repo in the devcontainer)
Run `make` to generate all the files.
Currently implemented:
- golang
- protobuf-c
- python
# CI
When you push to main, the CI will build the go/python/protobuf-c files and check if the files are up to date. If not, the CI will push the changes to the main branch.