-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to latest AIS-catcher version
- Loading branch information
1 parent
8d468a1
commit fe82b41
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule AIS-catcher
updated
20 files
+10 −9 | Application/Main.cpp | |
+111 −60 | Application/Receiver.cpp | |
+42 −3 | Application/WebViewer.cpp | |
+16 −19 | Application/WebViewer.h | |
+2 −2 | Application/version.h | |
+1 −1 | CMakeLists.txt | |
+13 −11 | HTML/index.html | |
+841 −840 | HTML/index_html.cpp | |
+13 −11 | HTML/index_local.html | |
+837 −835 | HTML/index_local_html.cpp | |
+171 −62 | HTML/script.js | |
+3,245 −3,187 | HTML/script_js.cpp | |
+153 −22 | HTML/style.css | |
+2,376 −2,314 | HTML/style_css.cpp | |
+4 −2 | JSON/StringBuilder.cpp | |
+27 −0 | Library/Logger.cpp | |
+3 −6 | Library/Logger.h | |
+1 −1 | Library/TCP.cpp | |
+1 −1 | Protocol/Protocol.cpp | |
+1 −1 | scripts/build.sh |