Skip to content

Commit

Permalink
Merge pull request #65 from synfinatic/dependabot
Browse files Browse the repository at this point in the history
add dependabot
  • Loading branch information
synfinatic authored Apr 6, 2023
2 parents 66eda6d + a46ec64 commit cc53201
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "go"
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and Sequence Generator Pro's [WiFi Scope](https://www.sequencegeneratorpro.com/d
Unlike the SkyFi, there is no special device you have to buy to control
your telescope; you can just use your Windows, Mac or Linux computer.
AlpacaScope controls your telescope via [ASCOM Alpaca](
https://ascom-standards.org/Developer/Alpaca.htm)
https://ascom-standards.org/AlpacaDeveloper/Index.htm)
which is an open source and open standard for astronomy software.

If your telescope does not yet support Alpaca, there is good news: you can use
Expand Down Expand Up @@ -98,7 +98,7 @@ https://ascom-standards.org) but that only allows IPC via Windows COM
which doesn't even support talking to programs on other computers (or my iPad).

But then in 2019, ASCOM introduced [Alpaca](
https://ascom-standards.org/Developer/Alpaca.htm) which via
https://ascom-standards.org/AlpacaDeveloper/Index.htm) which via
[ASCOM Remote Server](https://github.com/ASCOMInitiative/ASCOMRemote/releases)
exposes the ASCOM API via REST. Of course, SkySafari doesn't support this (yet)
so I decided to write a service which emulates a telescope SkySafari supports
Expand Down

0 comments on commit cc53201

Please sign in to comment.