(Importing a new version from external source)
 
(No difference)

Latest revision as of 21:57, 11 February 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (MCMTII)
[[Cartography:Main|Stellarium]] can interact with mounts in two ways, and for only two functionalities: send GoTo and receive current position. The first way is to establish a direct serial link with the mount, in which case it needs to have a file in the [http://stellarium.org/wiki/index.php/Telescope_Control_plug-in Telescope control plug-in] that creates the connection and interacts with the mount. The second way is to use a standalone server that communicates with Stellarium with a simple [[:File:Stellarium_telescope_protocol.txt|protocol]]. In both cases, the code is C++, and a library giving access to MCMTII would be a good start. There is no INDI support in Stellarium.

Stellarium can interact with mounts in two ways, and for only two functionalities: send GoTo and receive current position. The first way is to establish a direct serial link with the mount, in which case it needs to have a file in the Telescope control plug-in that creates the connection and interacts with the mount. The second way is to use a standalone server that communicates with Stellarium with a simple protocol. In both cases, the code is C++, and a library giving access to MCMTII would be a good start. There is no INDI support in Stellarium.