Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.13 KB

Starcoder - a server to read/write data from/to the stars, written in Go.

CircleCI

Docker Repository on Quay

Status

Starcoder is currently released at an alpha level. It is used in production at Infostellar, but has not been verified elsewhere and is currently still somewhat tailored to Infostellar's workflows. Stay tuned for more generalization on the way to production

Running

Currently, the simplest way to run Starcoder is using docker.

$ docker run -it --rm quay.io/infostellarinc/starcoder:0.1.0

Developing

Starcoder uses Gradle for building. The only dependency for building Starcoder is Java, all other components like Python, a build toolchain, and even GnuRadio will be automatically setup by the build.

$ ./gradlew install

will create a GnuRadio prefix at ~/.gradle/curiostack/gnuradio with Starcoder installed.