https://github.com/unidata/fmtp
File Multicast Transfer Protocol
https://github.com/unidata/fmtp
Last synced: 25 days ago
JSON representation
File Multicast Transfer Protocol
- Host: GitHub
- URL: https://github.com/unidata/fmtp
- Owner: Unidata
- License: other
- Created: 2014-02-05T20:16:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T20:18:25.000Z (almost 9 years ago)
- Last Synced: 2025-10-25T01:59:03.801Z (3 months ago)
- Language: C++
- Homepage:
- Size: 1.99 MB
- Stars: 8
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGE_LOG
Awesome Lists containing this project
README
FMTP README FILE
INTRODUCTION:
This package contains the source-code for the Virtual Circuit Multicast
Transport Protocol (FMTP).
RELEASE IDENTIFICATION:
The release identifier for this package is in the file version.m4 and
has the following form:
..
where:
Is the major release-number. Changes to this component
indicate a major departure from previous releases (such as
a change to the protocol). Such changes are often not
compatible with previous releases.
Is the minor release-number. 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. 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.
CHANGE LOG:
Changes to the package are documented in the file CHANGE_LOG, which is in
the top-level source-directory.
SUPPORT:
You may request support by sending an email inquiry to
support-fmtp@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.).