Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opendcs/opendcs

Open Data Collection System for Hydro/Meteorologic Data
https://github.com/opendcs/opendcs

Last synced: about 1 month ago
JSON representation

Open Data Collection System for Hydro/Meteorologic Data

Awesome Lists containing this project

README

        

# OpenDCS Docker files

# LRGS

To setup a permanent instance of an LRGS do the following, replace `--name lrgs` with a name
appropriate to your installation.

```
docker create volume lrgs_volume
docker run -d name lrgs -p 16003:16003 -v lrgs_volume:/lrgs_home -e LRGS_ADMIN_PASSWORD="the password you want" lrgs:latest

```

16003 is the DDS protocol Port that the gui `rtstat` application can use. At this time there is no API and this is require for later configuration.
There are additional input sources, and the ability to add additional custom input sources that may require you to
expose additional ports.

# Future

Additional containers will be available later

# Tags

7, 7.0, latest