X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: karl AT aspodata DOT se To: geda-user AT delorie DOT com Subject: Re: [geda-user] [OT] Open Source Data Logger In-reply-to: <1528856167.572732.1406110656.65EF7A52@webmail.messagingengine.com> References: <1528856167 DOT 572732 DOT 1406110656 DOT 65EF7A52 AT webmail DOT messagingengine DOT com> Comments: In-reply-to "Edward Hennessy (ehennes+oss AT fastmail DOT com) [via geda-user AT delorie DOT com]" message dated "Tue, 12 Jun 2018 19:16:07 -0700." Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <20180613131444.3EA7D8123FD8@turkos.aspodata.se> Date: Wed, 13 Jun 2018 15:14:44 +0200 (CEST) X-Virus-Scanned: ClamAV using ClamSMTP Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Edward: > I would like to gauge interest in the community for a instrument > recording and data logging application. If interest exists, I'd like to > get the application ready for more general use. Would anybody find the > chart recording functionality useful? Would anyone find the data logging > to a file functionality useful? The following link is the project in > GitHub. I've also attached a screenshot. > https://github.com/ehennes775/ginstlog My take on this matter is to always log to file, then possible present it and/or process it. You get nowhere without raw data. From that log file you can get the latest with tail, -s 0.1 => update every 0.1s instead of every second. tail -s 0.1 -F log | presenting_program That also gives you a way to test your program, just feed it to your stdin. /// For hw I have e.g. this: http://aspodata.se/git/openhw/boards_arm_aspo/regulator/ For presentation I use Tk/Gauge.pm as in show_temp.pl in http://aspodata.se/aspo/tmp/pid_reg/ Regards, /Karl Hammar ----------------------------------------------------------------------- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57