PointOneNav / polaris

Software for communicating with Point One Navigation's Polaris GNSS Corrections Service
MIT License
25 stars 12 forks source link

Public API methods return only void #65

Open dakejahl opened 1 month ago

dakejahl commented 1 month ago

The public interface of the PolarisClient class only has functions returning void. If the API key authentication fails, there is no way to determine this. There should be some public function(s) for querying the status of the client.

anathan commented 1 month ago

that's a good suggestion, we've added a ticket to add it to a future release!

dakejahl commented 1 month ago

Sweet! I was thinking it would be nice to know:

If you're curious our application is here https://github.com/ARK-Electronics/polaris-client-mavlink