I downloaded PHD2 for Windows but found it was lacking INDI support. Since connection to INDI is done via TCP/IP, why isn't it supported on Windows (and perhaps Mac?)
we should probably replace the Linux INDI support with a new one that works on all 3 platforms.
-- Hans
Hi Jasem. I think I see the value of having an on-the-wire protocol like INDI, but could you describe the use-case you have for the Windows platform? Are you using or writing some collection of astronomy applications that can take advantage of INDI? I’d just like to understand this better.
Thanks,
Bruce
--
You received this message because you are subscribed to the Google Groups
"Open PHD Guiding" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to open-phd-guidi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Jasem. I think I see the value of having an on-the-wire protocol like INDI, but could you describe the use-case you have for the Windows platform? Are you using or writing some collection of astronomy applications that can take advantage of INDI? I’d just like to understand this better.
Thanks,
Bruce
From: open-phd-guiding@googlegroups.com [mailto:open-phd-guiding@googlegroups.com] On Behalf Of Jasem Mutlaq
Sent: Monday, July 10, 2017 11:47 AM
To: Open PHD Guiding
Subject: [open-phd-guiding] INDI support on Windows?
I downloaded PHD2 for Windows but found it was lacking INDI support. Since connection to INDI is done via TCP/IP, why isn't it supported on Windows (and perhaps Mac?)
--
You received this message because you are subscribed to the Google Groups "Open PHD Guiding" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-phd-guiding+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/ayJSAxB7dv4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guiding+unsubscribe@googlegroups.com.
Thanks, Jasem, I’ll try to take a look at those apps – I wasn’t aware of them.
Bruce
--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/ayJSAxB7dv4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guiding+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks, Jasem, I’ll try to take a look at those apps – I wasn’t aware of them.
I always forget that Windows do not include some standard socket, so you make baseclientqt to use a cross platform socket from QtNetwork.
Then for PHD2 we have two choices:
1- add Qt dependency to PHD2 for QtNetwork and probably a few runtime dll.
2- write a baseclientwx to use a WxSocket instead. This as the advantage to not require a new framework.
--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/ayJSAxB7dv4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guiding+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-DINDI_BUILD_SERVER=OFF -DINDI_BUILD_DRIVERS=OFF -DINDI_BUILD_CLIENT=ON -DINDI_BUILD_QT5_CLIENT=OFF
and it should build the ANSI Base Client static library. INDI depends on libnova and cfitsio, but I believe PHD2 also uses these libraries.
Regards,
Jasem


--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/ayJSAxB7dv4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guiding+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Bruce,Sure, there are many INDI-compatible applications under Windows. KStars & Ekos are supported under Windows, and there is an option to use external guiding applications like PHD2. If INDI is running on a remote computer (say Raspberry PI), then you can do imaging with Ekos under Windows, and still get to use PHD2 for guiding. This is the exact scenario that a user reported just yesterday and this is why I brought up the issue as I expected PHD2 to support INDI on all platforms.Thanks for the great work!!Regards,Jasem
On Tue, Jul 11, 2017 at 6:24 AM, bw_msgboard <bw_m...@earthlink.net> wrote:
Hi Jasem. I think I see the value of having an on-the-wire protocol like INDI, but could you describe the use-case you have for the Windows platform? Are you using or writing some collection of astronomy applications that can take advantage of INDI? I’d just like to understand this better.
Thanks,
Bruce
From: open-phd...@googlegroups.com [mailto:open-phd...@googlegroups.com] On Behalf Of Jasem Mutlaq
Sent: Monday, July 10, 2017 11:47 AM
To: Open PHD Guiding
Subject: [open-phd-guiding] INDI support on Windows?
I downloaded PHD2 for Windows but found it was lacking INDI support. Since connection to INDI is done via TCP/IP, why isn't it supported on Windows (and perhaps Mac?)
--
You received this message because you are subscribed to the Google Groups "Open PHD Guiding" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-phd-guidi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Open PHD Guiding" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/open-phd-guiding/ayJSAxB7dv4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to open-phd-guiding+unsubscribe@googlegroups.com.