8000 GitHub - sjoerdsimons/boardswarm: distribution devboard server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sjoerdsimons/boardswarm

 
 

Repository files navigation

Boardswarm

Distributed service to interact with development boards.

Usage (Docker container)

A Docker container containing all of the boardswarm binaries is available from the GitHub Container Registry but can alternatively be built from the root of a git checkout using:

docker build --file boardswarm/Dockerfile --tag boardswarm .
docker build --file boardswarm-cli/Dockerfile --tag boardswarm-cli .

Run boardswarm-cli inside the container:

docker run -it --rm \
  ghcr.io/boardswarm/boardswarm-cli:main \
  --help

Run boardswarm inside the container:

docker run -it --rm \
  -p 6683:6683 \
  -v $(pwd)/boardswarm/share/server.conf:/etc/boardswarm/server.conf \
  ghcr.io/boardswarm/boardswarm:main

About

distribution devboard server

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Rust 99.2%
  • Dockerfile 0.8%
0