Skip to content

Commit b0054ec

Browse files
committed
added joingps_s and several bugfixes
1 parent 7266f8b commit b0054ec

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
0.79
2+
- ADD joingps_s para juntar dos ficheros basado en el
3+
fechado GPS, soporta streams.
24
- ADD listersacsic_s para imprimir los sac/sic contenidos
3-
en una grabación.
5+
en una grabación, soporta streams.
46
- ADD timeout en los uploads por ftp del curl
57
- ADD a cast to curl_easy_setopt -> (curl_off_t)
68
- ADD llamada a setsockopt para cambiar tamaño de buffer

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
reader_network 0.78 - A package of utilities to record and work with
1+
reader_network 0.79 - A package of utilities to record and work with
22
multicast radar data in ASTERIX format. (radar as in air navigation
33
surveillance).
44

55
Work in progress. Although I use this software everyday (in a realtime quality
66
monitorization environment), this software is EXPERIMENTAL.
77

8-
Copyright (C) 2002-2020 Diego Torres <diego dot torres at gmail dot com>
8+
Copyright (C) 2002-2022 Diego Torres <diego dot torres at gmail dot com>
99

1010
See bin/conf/example.conf as a working example of the reader_network
1111
config file. All options are detailed inside.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
reader_network 0.73 - A package of utilities to record and work with
1+
reader_network 0.79 - A package of utilities to record and work with
22
multicast radar data in ASTERIX format. (radar as in air navigation
33
surveillance).
44

@@ -8,7 +8,7 @@ surveillance).
88
Work in progress. Although I use this software everyday (in a realtime quality
99
monitorization environment), this software is EXPERIMENTAL.
1010

11-
Copyright (C) 2002-2019 Diego Torres <diego dot torres at gmail dot com>
11+
Copyright (C) 2002-2022 Diego Torres <diego dot torres at gmail dot com>
1212

1313
See bin/conf/example.conf as a working example of the reader_network
1414
config file. All options are detailed inside.

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ for destarch in $destarchs; do
122122
gcc $gccopts -o bin/filtersacsicout${destarch}${arch} src/utils/filtersacsicout.c $rnopts
123123
gcc $gccopts -o bin/filtersacsic_s${destarch}${arch} src/utils/filtersacsic_s.c $rnopts
124124
gcc $gccopts -o bin/joingps${destarch}${arch} src/utils/joingps.c $rnopts
125+
gcc $gccopts -o bin/joingps_s${destarch}${arch} src/utils/joingps_s.c $rnopts
125126
gcc $gccopts -o bin/memresps${destarch}${arch} src/memresp/memresps.c $rnopts
126127
gcc $gccopts -o bin/gps2era${destarch}${arch} src/utils/gps2era.c $rnopts
127128
gcc $gccopts -o bin/hensoldt2ast${destarch}${arch} src/utils/hensoldt2ast.c $rnopts

0 commit comments

Comments
 (0)