ChristianTremblay / pyhaystack

Pyhaystack is a module that allow python programs to connect to a haystack server project-haystack.org. Connection can be established with Niagara Platform running the nhaystack, Skyspark and Widesky. For this to work with Anaconda IPython Notebook in Windows, be sure to use "python setup.py install" using the Anaconda Command Prompt in Windows. If not, module will be installed for System path python but won't work in the environment of Anaconda IPython Notebook. You will need hszinc 1.3+ for this to work.
Apache License 2.0
74 stars 32 forks source link

support for Kodaro haystack driver #73

Closed bergey closed 5 years ago

bergey commented 5 years ago

Does pyhaystack support the Kodaro haystack driver? I don't see it mentioned in the docs, but would like to confirm.

Assuming this is a feature request, can the maintainers give me a sense of how hard this would be, what level of interest they have in the feature, and what support they can give if I decide to have a go?

I'm running into some Niagara devices running this plugin. It's not yet clear whether installing the N4 plugin is an option at these sites.

ChristianTremblay commented 5 years ago

I never had the chance to try. But from what I understand... I think we could easily start from the niagara4 client which handle the authentication part... then, we need to know what uri Kodaro uses for their driver to make requests. Are you in a position to help ? Provide a connection to a Kodaro instance ?

bergey commented 5 years ago

At the current project I was able to get NHaystack installed instead. If it comes up again I will see if I can make the device available for extending pyhaystack. Thanks!

ChristianTremblay commented 5 years ago

Please reopen if needed in the future.