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
73 stars 31 forks source link

use POST for hisRead #93

Closed clarsen closed 4 years ago

clarsen commented 4 years ago

Placeholder - while it is working for me it is missing tests and has some debug capture to file we probably don't want in practice.

Requires https://github.com/widesky/hszinc/pull/22 as well.

Addresses https://github.com/ChristianTremblay/pyhaystack/issues/91

ChristianTremblay commented 4 years ago

Thanks for sharing. We took a path slightly different but your code helped confirm what we thought. If you have time, please give a try to develop branch. Thanks