Golang module for building devicecores for the SKAARHOJ BluePill platform — core implementation and parameter manager.
"IBeam" is the historical working title of the BluePill platform and is used only internally these days. It refers to the I-beam girder in construction: one rigid, standardised interface that keeps cores, Reactor and hardware decoupled.
The manual sources live in manual/ and are published to GitHub Pages
automatically on every push to master. To preview locally:
$ cargo install mdbook # or: brew install mdbook
$ mdbook serve manual --open
- Start a new core from core-skaarhoj-template
- Test it with IBeam Testtube
Call ./genProto.sh to regenerate the .pb files
If you get some Path error try:
$ export PATH="$PATH:$(go env GOPATH)/bin"