https://github.com/observerly/alpacago
Alpacago is a Go library for interoperating with the ASCOM Alpaca API standard for astronomical devices.
https://github.com/observerly/alpacago
amateur-astronomy ascom ascom-alpaca ascom-alpaca-api astronomy go telescope
Last synced: 4 months ago
JSON representation
Alpacago is a Go library for interoperating with the ASCOM Alpaca API standard for astronomical devices.
- Host: GitHub
- URL: https://github.com/observerly/alpacago
- Owner: observerly
- License: mit
- Created: 2022-01-31T16:44:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:32:46.000Z (over 1 year ago)
- Last Synced: 2025-01-03T17:35:44.926Z (over 1 year ago)
- Topics: amateur-astronomy, ascom, ascom-alpaca, ascom-alpaca-api, astronomy, go, telescope
- Language: Go
- Homepage:
- Size: 478 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpacago

[](https://pkg.go.dev/github.com/observerly/alpacago)
[](https://goreportcard.com/report/github.com/observerly/alpacago)
[](https://github.com/observerly/alpacago/actions/workflows/ci.yml)
Alpacago is a Go library for interoperating with the ASCOM Alpaca API standard for astronomical devices.
---
## Installation
Make sure you have Go installed. Version '1.17.x', or higher is required.
Simply initialize your project by creating a folder and then running `go mod init` github.com/your/repo inside the repository.
Then install alpacago with the go get command:
```bash
go get -u github.com/observerly/alpacago
```