Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

gcampda: Data Acquisition for CR1000 datalogger for GNU/Linux.


fede Mar 9, 2011 07:46 PM

Hi everyone,
I have written a soft for data acquisition for CR1000 datalogger. It run over serial link, or TCP/IP. It is written in c for GNU/Linux target, an implement:
- get/set data logger clock
- get table definitions
- read table data
- file upload
You can find it in:
http://www.iar.unlp.edu.ar/~fede/gcampda.html
Comments, tests, feed backs and additional developers are welcome!
Best regards,
Fede.
2012/09/17:
From version 1.5 also works on Mac OSX (>= 10.7.4).

2012/10/24:
From version 1.6 the timestamp can be set in the configuration file "gcampda.conf" using the variable 'time_fmt', see strftime manpage.

* Last updated by: fede on 10/25/2012 @ 12:16 PM *


ccat Mar 17, 2011 01:37 AM

We'd love to try this out, but your website currently seems to be down?


fede Mar 17, 2011 03:31 PM

Sorry, try again or in this:

http://iar.no-ip.org/~fede/pub/gcampda/


patrice May 15, 2011 07:16 AM

Ahh, i was waiting a while for such a tool.

I you have dozen of cr1000 as me, working with ftp server and mysql, it is far better working on linux


Thanks again for this great tool!


Sam May 23, 2011 04:55 AM

"I you have dozen of cr1000 as me, working with ftp server and mysql, it is far better working on linux"

When using IP, you could also collect data from the CR1000 using:

1) LoggerNet for Linux (LNLinux)
2) FTP transfer of data from logger to computer
3) SMTP transfer of data from logger to computer
4) HTTP Request of data from logger by computer
5) Serial stream over IP socket from logger to computer

Log in or register to post/reply in the forum.