opendcs / rest_api

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

Replace stateful LRGS interactions with upcoming DDS over HTTP #192

Open adamkorynta opened 5 days ago

adamkorynta commented 5 days 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 5 days ago

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