]> rtime.felk.cvut.cz Git - canping.git/log
canping.git
5 weeks agoLink vca_canping with libm master
Michal Sojka [Tue, 12 Mar 2024 12:34:27 +0000 (13:34 +0100)]
Link vca_canping with libm

Without that, compiling on some systems results in the following
error:

    /bin/ld: vca_canping.o: in function `print_stats':
    vca_canping.c:(.text+0x138f): undefined reference to `sqrt'

12 months agovac_canping: make code more portable to embedded systems.
Pavel Pisa [Sun, 2 Apr 2023 09:32:41 +0000 (11:32 +0200)]
vac_canping: make code more portable to embedded systems.

error function is GNU extension.
fork is not available on NuttX and RTEMS.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
12 months agovca_canping: portablity, pthread library is not available on embedded targets.
Pavel Pisa [Sun, 2 Apr 2023 09:09:04 +0000 (11:09 +0200)]
vca_canping: portablity, pthread library is not available on embedded targets.

Do not include it on non GNU/Linux systems by default.

Signed-off-by: Pavel Pisa <ppisa@pikron.com>
4 years agoPortability enhancements.
Pavel Pisa [Tue, 27 Aug 2019 15:22:49 +0000 (17:22 +0200)]
Portability enhancements.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
9 years agoUnify selection of CAN interface to open if no option is provided.
Pavel Pisa [Sat, 18 Oct 2014 16:14:08 +0000 (18:14 +0200)]
Unify selection of CAN interface to open if no option is provided.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
13 years agoUpdate OMK leaf Makefile origin/HEAD origin/master
Michal Sojka [Sun, 28 Nov 2010 18:19:50 +0000 (19:19 +0100)]
Update OMK leaf Makefile

13 years agoMerge my local version with 'master' of git://ortcan.git.sourceforge.net/gitroot...
Michal Sojka [Tue, 9 Nov 2010 11:59:41 +0000 (12:59 +0100)]
Merge my local version with 'master' of git://ortcan.git.sourceforge.net/gitroot/ortcan/canping

13 years agoCorrect conditions when VCA version and raw LinCAN canping is build.
Pavel Pisa [Thu, 7 Oct 2010 15:58:41 +0000 (17:58 +0200)]
Correct conditions when VCA version and raw LinCAN canping is build.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
14 years agoMerge branch 'master' of git://rtime.felk.cvut.cz/canping
Michal Sojka [Thu, 10 Sep 2009 06:57:43 +0000 (08:57 +0200)]
Merge branch 'master' of git://rtime.felk.cvut.cz/canping

14 years agoCall vca_open_handle() with "D" flag to setup filters correctly for socketcan
Michal Sojka [Tue, 8 Sep 2009 15:51:58 +0000 (17:51 +0200)]
Call vca_open_handle() with "D" flag to setup filters correctly for socketcan

14 years agoUpdated copyright
Michal Sojka [Mon, 7 Sep 2009 08:50:08 +0000 (10:50 +0200)]
Updated copyright

14 years agoGraphs are generated optionally in milliseconds
Michal Sojka [Fri, 28 Aug 2009 07:25:18 +0000 (09:25 +0200)]
Graphs are generated optionally in milliseconds

This in controlled by CANPING_MS environment variable

14 years agoAdded options to ignore first few messages to to store ping times to a file
Michal Sojka [Thu, 18 Jun 2009 14:56:21 +0000 (16:56 +0200)]
Added options to ignore first few messages to to store ping times to a file

14 years agoFixed -h switch (help)
Michal Sojka [Mon, 15 Jun 2009 16:29:51 +0000 (18:29 +0200)]
Fixed -h switch (help)

14 years agoAdded mlockall() when using real-time priority
Michal Sojka [Mon, 15 Jun 2009 08:56:10 +0000 (10:56 +0200)]
Added mlockall() when using real-time priority

14 years agoAdded ability to store cumulative histograms (option -g)
Michal Sojka [Sat, 13 Jun 2009 23:05:58 +0000 (01:05 +0200)]
Added ability to store cumulative histograms (option -g)

14 years agoAdded option to go to background
Michal Sojka [Thu, 11 Jun 2009 16:20:18 +0000 (18:20 +0200)]
Added option to go to background

This was necessary to safely start slave and master from the same script
without inserting sleep(). With the new -b option, parent process
returns, when the child is ready to receive (in case of slave) messages.

14 years agoAdded vca_canping from OCERA's CVS
Michal Sojka [Thu, 11 Jun 2009 12:25:50 +0000 (14:25 +0200)]
Added vca_canping from OCERA's CVS

15 years agoAdded license and copyright
Michal Sojka [Tue, 10 Feb 2009 12:24:58 +0000 (13:24 +0100)]
Added license and copyright

17 years agoProgram canping extended to provide option for selection of real-time priorities.
ppisa [Wed, 16 Aug 2006 12:50:45 +0000 (12:50 +0000)]
Program canping extended to provide option for selection of real-time priorities.

19 years agoMinor fix
wentasah [Fri, 4 Mar 2005 10:06:31 +0000 (10:06 +0000)]
Minor fix

19 years agoSecond version of OCERA casestudies. This version fixes many errors, enhances the...
wentasah [Wed, 2 Mar 2005 17:56:29 +0000 (17:56 +0000)]
Second version of OCERA casestudies. This version fixes many errors, enhances the casestudies and adds a casestudy on CAN.