Skip to content

Commit

Permalink
update to latest enine
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github committed Oct 22, 2023
1 parent 1273e51 commit 371b585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/jni/AIS-catcher
Submodule AIS-catcher updated 67 files
+3 −2 .github/workflows/build.yml
+1 −1 Application/AIS-catcher.h
+6 −6 Application/Config.cpp
+3 −3 Application/Config.h
+2 −2 Application/Main.cpp
+86 −61 Application/Receiver.cpp
+15 −11 Application/Receiver.h
+71 −24 CMakeLists.txt
+16 −18 DBMS/PostgreSQL.cpp
+7 −10 DBMS/PostgreSQL.h
+15 −15 DSP/DSP.cpp
+4 −1 DSP/DSP.h
+2 −3 DSP/Demod.h
+1 −1 DSP/FFT.h
+19 −19 DSP/Model.cpp
+8 −10 DSP/Model.h
+6 −3 Device/AIRSPYHF.cpp
+1 −1 Device/Device.h
+28 −16 Device/FileRAW.cpp
+2 −2 Device/HACKRF.cpp
+1 −0 Device/HACKRF.h
+15 −9 Device/RTLSDR.cpp
+3 −3 Device/RTLTCP.cpp
+12 −10 Device/RTLTCP.h
+2 −2 Device/SDRPLAY.h
+178 −179 Device/Serial.cpp
+25 −25 Device/Serial.h
+23 −18 Device/UDP.cpp
+2 −2 Dockerfile
+3,666 −3,366 HTML/HTML.cpp
+3,662 −3,361 HTML/HTML_local.cpp
+6,390 −5,809 HTML/index.html
+6,390 −5,809 HTML/index_local.html
+108 −63 IO/HTTPClient.cpp
+32 −14 IO/HTTPClient.h
+9 −4 IO/HTTPServer.cpp
+15 −14 IO/HTTPServer.h
+2 −2 IO/IO.cpp
+3 −3 IO/IO.h
+52 −160 IO/Network.cpp
+14 −20 IO/Network.h
+1 −1 JSON/Parser.cpp
+5 −2 Library/AIS.h
+3 −2 Library/Common.h
+1 −0 Library/FIFO.h
+10 −4 Library/JSONAIS.cpp
+1 −2 Library/JSONAIS.h
+1 −1 Library/Keys.cpp
+19 −4 Library/Message.cpp
+7 −16 Library/Message.h
+85 −80 Library/NMEA.cpp
+2 −3 Library/NMEA.h
+3 −3 Library/Stream.h
+65 −34 Library/TCP.cpp
+9 −30 Library/TCP.h
+61 −21 Library/Utilities.cpp
+6 −43 Library/Utilities.h
+4 −3 Library/ZIP.h
+105 −118 README.md
+15 −15 Ships/DB.cpp
+7 −5 Ships/DB.h
+1 −1 Ships/History.h
+10 −10 Ships/Statistics.h
+2 −0 msvc/AIS-catcher RTLSDR.vcxproj
+0 −4 plugins/dimension_in_feet.pjs
+0 −13 plugins/latlon_in_dms.pjs
+0 −24 plugins/maps_with_no_labels.pjs

0 comments on commit 371b585

Please sign in to comment.