Página de Fede

Instituto Argentino de Radioastronomía Observatorio Astronómico de La Plata Aguante Linux
Home

Software
- CAMPBELL CR1000 Data adq.
- ALi m6117 WDT for Linux
- Star I CCD Camera Control
- Tipper
- iso2709 tools (ISIS)

Manuales (locales)
- GLib Reference Manual
- GObject Reference Manual
- Pango Reference Manual
- ATK - Accessibility Toolkit
- The gdk-pixbuf Library
- GDK Reference Manual
- GTK+ Reference Manual
- GTK+ 2.0 Tutorial
- The Linux Programmer's Guide

Artículos
- Trampa en el Cyberespacio
- Trampa en el Cyberespacio (PostScript)
- El Rumor Maligno

BALUG
- Rosario, agosto de 2000
- milin 17/09/2000
- SSH (Secure SHell) 08/10/2000

Algunos RFC's

Links

Enlace IAR-FCAGLP

Google
This Site WWW

GNU CAMPBELL Data Acquisition (gcampda)

(c) Copyright 2011 Federico Bareilles <fede@fcaglp.unlp.edu.ar>, Instituto Argentino de Radio Astronomia (IAR).

This program is free software that you can redistribute and/or modify under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

gcampda:

Gnu CAMPbell Data Acquisition is designed to transfer data from CR1000 datalogger over serial or TC/IP. It maintain plain text file which the data and some telemetry information. The program is completely writing in c from the scratch for our acquisition propose, not for configuring the device.

The main idea is run it in small computers which crontab tools.

Installation:

Download source code from http://www.iar.unlp.edu.ar/~fede/pub/gcampda/
Open the tarball and cd into gcampda directory Now run:

make
or/and
make TARGET=/usr/local install

Configuring:

gcampda.conf is main configuration file; you put it in /etc, or specifier other name and location from command line (--config switch).

For serial line: declare the "device" and not the "port".

For TCP/IP: declare "host" and "port".

The first time to run it initialize table definitions via --init switch:

$ gcampda --init

this put download configuration setup in data/STATION_NAME.conf were data is set in main configuration file (/etc/gcampda.conf normally). Now download data witch command:

$ gcampda --download

Download:

http://www.iar.unlp.edu.ar/~fede/pub/gcampda/gcampda-0.1.8.tgz

Please, send me any comments if you us this program.


Search in Google/Linux:

Home

Federico Bareilles: fede@iar.unlp.edu.ar [20/04/2016]