Telescope Compatibility
(Difference between revisions)
Matthewg42 (Talk | contribs) (reformatting, added green colour for supported status) |
Matthewg42 (Talk | contribs) (added driver column and corresponding note) |
||
| Line 2: | Line 2: | ||
---- | ---- | ||
{| cellpadding=2 border=1 | {| cellpadding=2 border=1 | ||
| − | | '''Make''' || '''Model''' || '''Status''' || '''Notes''' | + | | '''Make''' || '''Model''' || '''Status''' || '''Driver''' (see note 1) || '''Notes''' |
|- | |- | ||
| − | | Meade || Autostar || style="background:green" | '''Supported''' | + | | Meade || Autostar || style="background:green" | '''Supported''' || ServerLx200 |
|| Original reference implementation | || Original reference implementation | ||
|- | |- | ||
| − | | Meade || LX200 || style="background:green" | '''Supported''' | + | | Meade || LX200 || style="background:green" | '''Supported''' || ServerLx200 |
|| Original reference implementation | || Original reference implementation | ||
|- | |- | ||
|} | |} | ||
| + | |||
| + | ==Notes== | ||
| + | #The name of the driver refers to the ''class'' in the driver source code. This is usually similar to the name of the resulting binary (program), but to be certain, look inside the .hpp file which is used to make the binary. It might be a good idea to adopt the convention of making the resulting binary have the same name as the driver class. | ||
Revision as of 14:01, 6 August 2006
This page lists telescope control drivers and their compatibility with various models.
| Make | Model | Status | Driver (see note 1) | Notes |
| Meade | Autostar | Supported | ServerLx200 | Original reference implementation |
| Meade | LX200 | Supported | ServerLx200 | Original reference implementation |
Notes
- The name of the driver refers to the class in the driver source code. This is usually similar to the name of the resulting binary (program), but to be certain, look inside the .hpp file which is used to make the binary. It might be a good idea to adopt the convention of making the resulting binary have the same name as the driver class.