opendcs / rest_api

Rest API that serves OpenDCS database objects as JSON
Apache License 2.0
1 stars 3 forks source link

Replace stateful LRGS interactions with upcoming DDS over HTTP #192

Open adamkorynta opened 1 month ago

adamkorynta commented 1 month ago

The REST API currently contains stateful interactions with the client for communication with LRGS components.

Describe the solution you'd like Once the DDS over HTTP is setup, that can be used by the web client instead of going through the REST API.

Additional context Brought up in PR: https://github.com/opendcs/rest_api/pull/186#discussion_r1773830934

adamkorynta commented 1 month ago

Related to: https://github.com/opendcs/opendcs/issues/220