Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indi ocs updates #1046

Merged
merged 13 commits into from
Mar 9, 2025
2 changes: 1 addition & 1 deletion indi-ocs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/")
LIST(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../cmake_modules/")
include(GNUInstallDirs)

set(INDI_OCS_VERSION_MAJOR 0)
set(INDI_OCS_VERSION_MAJOR 1)
set(INDI_OCS_VERSION_MINOR 1)

find_package(INDI REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion indi-ocs/INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COMPILE INSTRUCTIONS:


TEST INSTRUCTIONS:
(Tested with Indi 2.0.1)
(Tested with Indi 2.1.1)

indiserver ./indi_ocs

18 changes: 16 additions & 2 deletions indi-ocs/README.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
Observatory Control System (OCS) Indi Driver V0.1
Observatory Control System (OCS) Indi Driver V1.1
-------------------------------------------------

An Indi driver for the OCS (https://onstep.groups.io/g/onstep-ocs/wiki)

Copyright (C) 2023 Ed Lee
Copyright (C) 2023-2025 Ed Lee

Version 1.1

Added OCS command protocol change on inactive weather measurements - OCS v3.08a
Fixed weather measurement polling
Fixed typo in network connection timeout value
Fixed arbitary command debug blocks
Added command/response blocking to prevent out-of-order value updates
Refactored some if-else ladders to switch cases
Added debug option for pausing to allow remote debugger to attach
Tested with OCS v3.09f

Version 1.0
First release

Version 0.1

Expand Down
6 changes: 3 additions & 3 deletions indi-ocs/indi_ocs.xml.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="2.0" encoding="UTF-8"?>
<driversList>
<devGroup group="Domes">
<device label="OCS" manufacturer="Open Source">
<device label="OCS" manufacturer="Other">
<driver name="OCS">indi_ocs</driver>
<version>1.0</version>
<version>1.1</version>
</device>
</devGroup>
</driversList>
Loading
Loading