rbarbera / Gotomote-OnStep-iOS

Gotomote is handheld OnStep telescope controller app for iOS devices. OnStep is a computerized goto system for stepper motor equipped mounts.

Home Page:https://silverseahog.com/blog/2018/12/02/Gotomote-iOS-release.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Store

https://itunes.apple.com/us/app/gotomote/id1445152416?mt=8

What's Gotomote?

Gotomote composes two words ’GoTo+Remote’. “GoTo” refers to a type of telescope mount that can automatically point a telescope at astronomical objects that the user selects.

How does it work?

Gotomote app can connect to OnStep over IP. It communicates to a ’Serial Port’ terminal server listening to a TCP socket. Gotomote opens a network connection to a socket and any data app send on the output stream get sent out of the serial port and any data sent to the serial port gets delivered over the input stream associated with the connection.

Features: What does it do?

It’s easy-to-use and built over powerful asynchronous socket. Queued non-blocking reads and writes, with optional timeouts. App has a database of Quasar, Messier and a vast database of Galaxies with a named bright star catalog. Initialization of date/time/location, and align with one, two, or three stars. Align with one-star to quickly get going or two/three stars to correct for polar axis misalignment, cone error, etc. Parking functionality includes the ability to set the park position (anywhere you like), park, and to unpark. The guide are for pulse-guiding, centering objects, etc. Commands for PEC programming and much more.

Credits

  • Development credits for Gotomote iOS app obviously goes to me.
  • Design and user interface for the same by my friend Zachary.
  • Howard Dutton and Khalid Baheyeldin for OnStep.
  • Brightest stars database by atlasoftheuniverse.com.
  • Messier, Quasar, Galaxy data by astro-organizer.

Author

Satnam Singh, 29satnam@gmail.com

License

Gotomote is available under the GNU General Public License v3.0 license. See the LICENSE file for more info.

About

Gotomote is handheld OnStep telescope controller app for iOS devices. OnStep is a computerized goto system for stepper motor equipped mounts.

https://silverseahog.com/blog/2018/12/02/Gotomote-iOS-release.html

License:GNU General Public License v3.0


Languages

Language:Swift 85.6%Language:Objective-C 14.4%