HoboVR-Labs / issue_tracker

General issues to fix or features to be implemented
3 stars 0 forks source link

[FEATURE REQ]: Finally add support for update checks #11

Open okawo80085 opened 2 years ago

okawo80085 commented 2 years ago

Is your feature request related to a problem? Please describe. So our driver had a plug for an update checker for almost a year now, right now it does nothing :/

It's a function that gets called by each device when it activates with that device's serial.

The aforementioned function is in hobovr_device_base.h: line 45.

Describe the solution you'd like Ideally it should check weather or not there is a new driver version released, something like comparing the latest release tag to the current driver version using the github web api is a good start.

Describe alternatives you've considered Setting up some web based trigger on our website for updates, for example setting up another subdomain which will signal the latest version.

To be fair any other web based trigger will work, if we implement it properly in that function.

Additional context Add any other context or screenshots about the feature request here.