Code Monkey home page Code Monkey logo

flvernon / antelope_contrib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from antelopeusersgroup/antelope_contrib

1.0 1.0 1.0 98.62 MB

Contributed code for the Antelope Environmental Monitoring System from BRTT, Inc. (http://www.brtt.com)

Home Page: http://www.antelopeusersgroup.org

Groff 7.62% C 66.81% Shell 0.09% Makefile 0.55% XProc 4.90% Fortran 6.00% C++ 5.51% Python 1.74% HTML 4.33% CSS 0.13% JavaScript 0.20% Perl 1.12% Perl 6 0.06% MATLAB 0.04% Objective-C 0.01% GAP 0.12% Awk 0.01% PHP 0.20% XSLT 0.05% Java 0.55%

antelope_contrib's Introduction

antelope_contrib

Contributed software for use with the Antelope Environmental Monitoring System from BRTT, Inc.

Maintained by members of the Antelope Users Group.

Source code is available on GitHub: http://github.com/antelopeusersgroup/antelope_contrib

Inclusion in Antelope

BRTT includes compiled versions of the software in this repository with every release of Antelope, subject to some basic quality control guidelines. The contributing section below contains some guidelines.

Layout of the antelope_contrib Git repository

Code in this repository is laid out in a few top-level dirctories.

  • C shared libraries, Perl modules, and Python modules live under the lib directory.

  • The bin directory contains executables. Code that talks to instruments typically lives under bin/rt.

  • Third-party language bindings for PHP, Java, and Matlab live in data.

Usage

All code in this repository requires a working Antelope installation. Additionally, the Antelope environment must be configured in your shell environment.

Typically, this repository is checked out in $ANTELOPE/src.

Compilation is handled by the UNIX make command. Most of the Makefiles in this repository make use of the antelopemake(5) mechanism, which is a bit of Antelope-specific syntacic sugar and macros.

Initial setup

For Bourne shells:

. /opt/antelope/5.3/setup.sh
cd $ANTELOPE
git clone https://github.com/antelopeusersgroup/antelope_contrib.git src

For C shells:

source /opt/antelope/5.3/setup.csh
cd $ANTELOPE
git clone https://github.com/antelopeusersgroup/antelope_contrib.git src

localmake

Some of the code in this repository needs to link against third party software applications and libraries that may not be present on all systems. In order for this code to compile, the Makefiles for some code use the localmake mechanism to read a set of pre-defined paths to libraries and other applications. No defaults are provided - you must run the localmake_config command to set up these macros. Basic boot-strapping for localmake looks like this:

# Install the localmake_config command from source
cd $ANTELOPE/src/first/localmake_config
make Include

# Install the localmake command
cd ../localmake
make Include; make; make install
cd ../../


# Run localmake_config to define the paths to various third-party software
localmake_config

Compilation

cd $ANTELOPE/src # or where ever you checked out the repository
make Include
make
make install

Contributing

As a rule, all code in this repository must at a minimum:

  1. compile cleanly on the supported Antelope platforms
  2. contain a Makefile set up to use the antelopemake(5) rules, and the SUBDIR macro set to /contrib
  3. include a man page describing how to use the program or library. This can be formatted by hand or created with a documentation package like Doxygen, sphinx, pod2man, or javadoc.
  4. include a file called LICENSE that clearly states the license that program is released with.

Example Makefile

BIN = myprog
MAN1 = $(BIN).1

SUBDIR=/contrib
include $(ANTELOPEMAKE)

The AUG wiki page on Github contains instructions on how to get started contributing to this repository.

Licensing

All code in this repository is expected to be readily distributed. In order for pre-compiled versions of your code to be included with the Antelope distribution, it must be accompanied by a LICENSE file, and be of a type that lends itself to inclusion in commercial packages. Generally speaking, BSD and MIT style licenses are ok, but GNU GPL and LGPL are not. For more information, please see BRTT's contrib licensing page.

antelope_contrib's People

Contributors

kentlindquist avatar pavlis avatar danq avatar flvernon avatar geoffdavis avatar jeakins avatar eldodanny avatar jreyes1108 avatar kentatbrtt avatar nikolaus avatar robnewman avatar markcwill avatar tmulder avatar brtteakins avatar sfoley avatar decibelhertz avatar vonseg1 avatar robinsonmitch avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.