PianetaRadio / CatRotator

Rotator Control Software
GNU General Public License v3.0
6 stars 0 forks source link

Interface API #31

Open GoatMon opened 4 days ago

GoatMon commented 4 days ago

Been trying to write code to interface with CatRotator. Figured everything except how to request current position. Also it seem that you can only control the rotator that is activated by the rotor tab selected.

Without breaking the current support could you do something like:

255.00

Or even:

255.0045.00

And maybe could allow rotator selection using the user selected Label as an alias.

105.00

This would not change the focus of the UI tab but would allow remote control of any/all the rotators.

GoatMon commented 4 days ago

Looks like my examples got zapped <Rotor1><AZIMUTH>255.00</AZIMUTH></Rotor1>

<Rotor1><AZIMUTH>255.00</AZIMUTH><ELEVATION>45.00</ELEVATION></Rotor1>

<TailTwister><AZIMUTH>105.00</AZIMUTH></TailTwister>