Skip to content

Commit

Permalink
Update demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 23, 2024
1 parent f798dab commit 91ab1d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,8 @@ This will start both the main Alpaca server as well as an auto-discovery respond
Long exposures are simulated by stacking up individual frames up to the total duration.
This approach can't provide precise requested exposure, but works well enough otherwise.

- [`star-adventurer-alpaca`](https://github.com/RReverser/star-adventurer-alpaca):
A fork of [`jsorrell/star-adventurer-alpaca`](https://github.com/jsorrell/star-adventurer-alpaca) which implements the Alpaca API for the Star Adventurer mount over serial port.
The original project has pretty extensive functionality and used manual implementation of the Alpaca API, so it was a good test case for porting to this library.
- [`star-adventurer-alpaca`](https://github.com/jsorrell/star-adventurer-alpaca): An implentation of the Alpaca protocol for Star Adventurer trackers.
- [`qhyccd-alpaca`](https://github.com/ivonnyssen/qhyccd-alpaca): Alpaca driver for QHYCCD cameras and filter wheels written in Rust.

### Accessing devices from a client

Expand Down Expand Up @@ -249,7 +248,7 @@ for camera in devices.iter::<dyn Camera>() {

Includes support for colour, monochrome and Bayer sensors with automatic colour conversion for the preview.

<img alt="Screenshot of a live view from the simulator camera" src="https://github.com/RReverser/ascom-alpaca-rs/assets/557590/fbbc431e-15cc-4167-862c-0399b2a9a9db" width="50%" />
<img alt="Screenshot of a live view from the simulator camera" src="https://github.com/RReverser/ascom-alpaca-rs/assets/557590/faecb549-dc0c-4f07-902f-7d49429b6458" width="50%" />

### Logging and tracing

Expand Down
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ This will start both the main Alpaca server as well as an auto-discovery respond
Long exposures are simulated by stacking up individual frames up to the total duration.
This approach can't provide precise requested exposure, but works well enough otherwise.
- [`star-adventurer-alpaca`](https://github.com/RReverser/star-adventurer-alpaca):
A fork of [`jsorrell/star-adventurer-alpaca`](https://github.com/jsorrell/star-adventurer-alpaca) which implements the Alpaca API for the Star Adventurer mount over serial port.
The original project has pretty extensive functionality and used manual implementation of the Alpaca API, so it was a good test case for porting to this library.
- [`star-adventurer-alpaca`](https://github.com/jsorrell/star-adventurer-alpaca): An implentation of the Alpaca protocol for Star Adventurer trackers.
- [`qhyccd-alpaca`](https://github.com/ivonnyssen/qhyccd-alpaca): Alpaca driver for QHYCCD cameras and filter wheels written in Rust.
### Accessing devices from a client
Expand Down

0 comments on commit 91ab1d4

Please sign in to comment.