Develop
* Added an extra test to Slewing so that if connected will check with the mount to see if it's actually slewing, which is should have been doing
* Added extra check to ensure that slewing is return true whilst executing one of the ascom slew commands.
* Tweaked the GetSlewing command hopefully this makes the logic function correctly.
Also upgraded the logging to expose whether it's an internal call or not.
* Another slight tweak to the GetSlewing internal call code.
* Fixed problem where the telescope area was in mm when it should be mm squared. And the driver was incorrect by a factor of 1000.
* Adding more information to the tracelog for get slewing
* Tweaked the code so that the _forceInternal variable doesn't care about if the scope is connected or not.
* Modified the code again, so that the _forceSlewingCount is done last, so that it's at up to date as possible.
Feature/LocalServer
* Major refactor. Switching over to a local server hub style driver allowing multiple programs to control the telescope at one time without the need for the POTH Hub
* Unified the setup dialog
* Implemented shared serial port, Both Telescope and Driver can connect at the same time.
* Ported the focuser implementation from the non server based version.
* Ported the telescope driver code.
* Fixed problem with # not being stripped from the returned string ends. Fixed issue with RA being returned as degress rather than hours.
* Telescope passes validation
* Added a lock around the focuser move.
* Reimplemented CommandBlind and CommandString
* Corrected version information
* Removed the Altitude support as there's a bug in the Autostar and Audiostar firmware