File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 110.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
Original file line number Diff line number Diff line change 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
22multicast radar data in ASTERIX format. (radar as in air navigation
33surveillance).
44
55Work in progress. Although I use this software everyday (in a realtime quality
66monitorization 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
1010See bin/conf/example.conf as a working example of the reader_network
1111config file. All options are detailed inside.
Original file line number Diff line number Diff line change 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
22multicast radar data in ASTERIX format. (radar as in air navigation
33surveillance).
44
@@ -8,7 +8,7 @@ surveillance).
88Work in progress. Although I use this software everyday (in a realtime quality
99monitorization 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
1313See bin/conf/example.conf as a working example of the reader_network
1414config file. All options are detailed inside.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments