You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a way to construct a set of properties for an ARC Camera Server/Driver using the INDI protocol. The example DTD contained in Elwood Downy's document, "INDI: Instrument-Neutral Distributed Interface" will not work as written with a DTD (I am using "lxml" in python to read, validate, and interpret a test XML skeleton file). This "issue" will provide a place to document progress on this issue as well a place for possible discussion.
The text was updated successfully, but these errors were encountered:
Take a look at https://github.com/LowellObservatory/Camelot/blob/master/IWalkTheLine/interloper.py and specifically the constructCMDPacket function to see if that is suitable for now. The gist of it is that I generate the packet by specifying the root/base tag, and then generate an (ordered) dict of the actual contents. That ordered dict is then magically un-dicted and turned into an XML object via xmltodict.unparse() which is then sent across the broker.
We need a way to construct a set of properties for an ARC Camera Server/Driver using the INDI protocol. The example DTD contained in Elwood Downy's document, "INDI: Instrument-Neutral Distributed Interface" will not work as written with a DTD (I am using "lxml" in python to read, validate, and interpret a test XML skeleton file). This "issue" will provide a place to document progress on this issue as well a place for possible discussion.
The text was updated successfully, but these errors were encountered: