https://github.com/unidata/ldm
The Unidata Local Data Manager (LDM) system includes network client and server programs designed for event-driven data distribution, and is the fundamental component of the Unidata Internet Data Distribution (IDD) system.
https://github.com/unidata/ldm
Last synced: 9 months ago
JSON representation
The Unidata Local Data Manager (LDM) system includes network client and server programs designed for event-driven data distribution, and is the fundamental component of the Unidata Internet Data Distribution (IDD) system.
- Host: GitHub
- URL: https://github.com/unidata/ldm
- Owner: Unidata
- License: other
- Created: 2011-10-28T20:21:39.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T19:55:34.000Z (11 months ago)
- Last Synced: 2025-04-02T08:06:33.316Z (9 months ago)
- Language: C
- Homepage: http://www.unidata.ucar.edu/software/ldm
- Size: 92.6 MB
- Stars: 44
- Watchers: 19
- Forks: 27
- Open Issues: 48
-
Metadata Files:
- Readme: README
- Changelog: CHANGE_LOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
LDM README FILE
INTRODUCTION:
This package contains the source-code for the Unidata Program Center's Local
Data Manager (LDM).
RELEASE IDENTIFICATION:
The release identifier for this package is in the file VERSION and has the
following form:
..
where:
Is the major release-number (e.g., 6). Changes to this
component indicate a major departure from previous releases
(such as a change to the LDM protocol). Such changes are
often not compatible with previous releases.
Is the minor release-number (e.g., 1). Changes to this
component indicate the addition of new features. The
package remains compatible with previous releases having the
same major release-number.
Is the revision-level (e.g., 0). Changes to this component
indicate bug-fixes and/or performance improvments that are
functionally compatible with previous releases having the
same major and minor release-numbers.
LEGAL:
Licensing and copyright information are contained in the file COPYRIGHT,
which is in the top-level source directory.
INFORMATION:
HOMEPAGE -- INCLUDING INSTALLATION & CONFIGURATION INSTRUCTIONS:
The homepage of the LDM package is
http://www.unidata.ucar.edu/software/ldm/
Click on the appropriate release identifier to go the release-specific
homepage, where you will find detailed LDM installation and
configuration instructions as well as other useful information.
CHANGE LOG:
Changes to the package are documented in the file CHANGE_LOG, which is
in the top-level source-directory.
LDM DECODERS:
LDM-compatible decoders for local processing of received data products are
available for the McIDAS package. See
http://www.unidata.ucar.edu/software/mcidas/mcidd/
SUPPORT:
You may request support by sending an email inquiry to
support-ldm@unidata.ucar.edu
Please include a description of the type of platform (hardware and operating
system) and any relevant information that can help us answer your question
(error messages, symptoms, etc.).
RULES FOR CONTRIBUTING:
See the file CONTRIBUTING.md in the top-level source-directory.