Site Tools


linux:raspberry:wde:scripts:reader

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:raspberry:wde:scripts:reader [2016/02/12 21:28] lunetikklinux:raspberry:wde:scripts:reader [2017/12/08 20:49] lunetikk
Line 7: Line 7:
 This will execute socat with daily modified parameters. The logfile parameter will have the date of "today". It starts at 12:02 am everyday. This will execute socat with daily modified parameters. The logfile parameter will have the date of "today". It starts at 12:02 am everyday.
  
-<code bash wde.sh>+wde.sh 
 + 
 +<code bash>
 #!/bin/bash #!/bin/bash
  
Line 27: Line 29:
 This script will write 1 file with a single outputline, started with the date and time. This script will write 1 file with a single outputline, started with the date and time.
  
-<code bash wde_reader.sh>+wde_reader.sh 
 + 
 +<code bash>
 #!/bin/bash #!/bin/bash
  
Line 39: Line 43:
 BAUD=\,b9600 BAUD=\,b9600
 CMD="$SOCAT $DEV$BAUD STDOUT" CMD="$SOCAT $DEV$BAUD STDOUT"
- 
  
 while read -r line while read -r line
 do do
-    echo "$(date +'%d.%m.%Y;%H:%M:%S;')$line" >> $FILE+    echo "$(date +'%d.%m.%Y;%H:%M:%S;')$line">> $FILE
 done < <( $CMD ) done < <( $CMD )
 </code> </code>
Line 51: Line 54:
 This script is killing socat everyday at 11:58 pm. Remember, it will start again at 12:02 am with a new date. This script is killing socat everyday at 11:58 pm. Remember, it will start again at 12:02 am with a new date.
  
-<code bash wdekill.sh>+wdekill.sh 
 + 
 +<code bash>
 #!/bin/bash #!/bin/bash
  
Line 60: Line 65:
 ==== Output ==== ==== Output ====
  
-There will be a new logfile with another date everyday. +There will be a new logfile with another date everyday.
  
 Examplefile 06_05_2015.log: Examplefile 06_05_2015.log:
 +
 <code> <code>
 06.05.2015;16:00:26;$1;1;;34,8;71,1;;;33,1;;;;33;;;;39;;;;;;;;;0 06.05.2015;16:00:26;$1;1;;34,8;71,1;;;33,1;;;;33;;;;39;;;;;;;;;0
Line 73: Line 79:
 </code> </code>
  
-\\ 
 \\ \\
 ~~DISCUSSION~~ ~~DISCUSSION~~
 +
 +
linux/raspberry/wde/scripts/reader.txt · Last modified: 2019/12/10 14:43 by lunetikk