• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-Jun-2021-

Makefile.inH A D27-Aug-20204.8 KiB16280

READMEH A D27-Aug-20202.4 KiB6651

ra.cH A D27-Aug-202027 KiB694546

rabins.cH A D13-Feb-202149.5 KiB1,4161,112

racluster.cH A D13-Feb-202145.8 KiB1,129909

racount.cH A D27-Aug-202043 KiB1,081912

radium.cH A D03-May-202237.5 KiB1,005779

ranonymize.cH A D27-Aug-202075.3 KiB2,3021,827

ranonymize.hH A D27-Aug-20201.8 KiB8537

rasort.cH A D27-Aug-202017 KiB489384

rasplit.cH A D27-Aug-202041.1 KiB1,261994

README

1/*
2 * Argus Client Software. Tools to read, analyze and manage Argus data.
3 * Copyright (c) 2000-2016 QoSient, LLC
4 * All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2, or (at your option)
9 * any later version.
10
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 * GNU General Public License for more details.
15
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
19 *
20 */
21
22Argus Clients 3.0
23QoSient, LLC
24argus@qosient.com
25http:/qosient.com
26
27This directory contains source code for the core client programs that
28demonstrate fundamental reading, parsing, conditioning, fitlering,
29processing, anonymization and printing of Argus data.
30
31   ra         - a argus data reading, processing and printing
32   rabins     - data structuring functions
33   racluster  - flexible argus data aggregation
34   racount    - basic argus data summarization
35   radium     - realtime data collection and distribution
36   ranonymize - argus data anonymization
37   rasort     - argus data sorting
38   rasplit    - argus data management
39
40Problems, bugs, questions, desirable enhancements, source code
41contributions, etc., should be sent to the Argus mailing list
42email address, "argus-info@lists.andrew.cmu.edu".
43
44************************************************************
45
46IMPORTANT:
47
48Send bug (error) reports, questions and comments to the mailing
49list at argus-info@lists.andrew.cmu.edu.
50
51Please use the './bin/argusclientbug' script when posting bug reports
52about Argus clients. Argusclientbug will gather some information about your
53system and start your editor with a form in which you can describe
54your problem.  Delete information that you consider non-relevant
55to your problem.  Bug reports not generated by Argusbug might
56be silently ignored by the Argus maintainers, so please use the
57tool.  A report that says 'Argus does not work. Why?' will
58not be considered a valid bug report.
59
60************************************************************
61
62
63Carter Bullard
64carter@qosient.com
65
66