You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88400f28a4 | 2 years ago | |
---|---|---|
cmd | 2 years ago | |
internal | 2 years ago | |
.dockerignore | 2 years ago | |
.env | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile.server | 2 years ago | |
README.md | 2 years ago | |
build.sh | 2 years ago | |
docker-compose.yml | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
notes | 2 years ago | |
structure | 2 years ago | |
wc.sh | 2 years ago |
README.md
FRMS
ForeLight Reactor Management System
Dev Branch
This branch serves as the main branch to develop changes on before merging to main. Everything on this branch is unstable.
Goals
The goals here serve as general guidelines and not strict focus points
- Consolidate general purpose coordinators and managers to work across servers and reactors
- Clean up the interfaces to be general purpose
- Documentation needs to be cleaned up w/ doc strings for GoDoc
TODO
The items listed are specific deliverables
- Integrate all the branchs and prune dead ones for coherency
- Put docker stuff on pause, it has a place but it needs to be optional at this point to allow for faster dev times
- Clean up InfluxDB impl to allow it to be as general purpose as possible.
- Start work on UI for basic manipulation
- Embedded grafana for live monitoring?
- Websockets for live view via embedded panels
- Standerdizing panels to be used across sensors?
- Begin defining an API for use with external scripting capabilities.