Replies: 12 comments 11 replies
-
Hi, that is by design to keep the package light and simple to set up and use. But the drawback is that 3rd party libraries are fetched from the internet. I have been thinking a little bit about this. The Android app does have the same problem if you do not have a data connection. One thing that worked for me (but that is not guaranteed) is to run the web page when connected. I noticed that all libraries and a lot of map tiles where still in cache and available when offline. This was on a phone which I only used for this but the program ran fine. Unfortunately, you don't have control over the caching so that is not guaranteed and if you do a lot of other web things, it might be removed from cache. Another option is to install OpenCPN which can use offline maps. Open to other suggestions from others? |
Beta Was this translation helpful? Give feedback.
-
Jasper, thanks for the info. Yes, the only (ugly) option is OpenCPN. greetings, Wolfgang |
Beta Was this translation helpful? Give feedback.
-
Taxom, |
Beta Was this translation helpful? Give feedback.
-
Depending on what you want, you can move your own ship manually: |
Beta Was this translation helpful? Give feedback.
-
FWIW, I just uploaded a new version for AIS-Catcher for Android that has now most functionality also offline (table, charts etc). |
Beta Was this translation helpful? Give feedback.
-
Ok, I created an experimental offline version as well. This should run normally but map tiles are not stored offline so that might work only depending what is in the cache. Graphs and tables work. You first go to your home directory (say git clone https://github.com/jvde-github/webassets.git And then run AIS-catcher with the CDN switch for the webserver pointing to the created directory: AIS-catcher -x 192.168.1.120 4002 -N 8100 CDN /home/jasper/webassets |
Beta Was this translation helpful? Give feedback.
-
Jasper, thanks for the new version, downloaded it
You call it the 'Edge version' (?) I am using Firefox, but tried the Windows Edge browser too, there is 'Summary' page is counting and filled with data, 'Plots' showing header lines, nothing more |
Beta Was this translation helpful? Give feedback.
-
I created an AISCatcher directory in my d:\Temp and started git in that directory So, I changed the pointer in start.cmd to "CDN D:/Temp/AISCatcher/webassets" |
Beta Was this translation helpful? Give feedback.
-
I think it is possible to download map areas for offline use and store them in an indexedBD. I have already made it work with LocalStorage but the storage size is tiny. |
Beta Was this translation helpful? Give feedback.
-
Just reviewing these discussions as I am new to the group. I use Garmin/Navionics which allows you to download maps for offline use and works very well with Boat Beacon and/AIS Catcher. All you need to do is add devices and enable AIS targets. The sub for a years maps is about EUR 30 if I remember properly but you get chart updates, ATON, downloadable maps etc. Boat Beacon allows you to upload data for EUR 5 per month and again the functionality is excellent. I am still having difficulty networking to Navionics on a different device on the same WiFi network, but I think this is port conflicts or and/or NMEA talker/listener limits. |
Beta Was this translation helpful? Give feedback.
-
I presume you mean UDP or TCP?
You can select either. See attached screenshots of
…On Sat, 20 Apr 2024, 14:31 Jasper, ***@***.***> wrote:
Hey, thanks for sharing. What protocol does navionics use?
—
Reply to this email directly, view it on GitHub
<#152 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BH3OCY5MZWBEKYTIRYPLG4LY6JN37AVCNFSM6AAAAAA37WQ4E2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCNZUGA4TC>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am planning to carry my laptop + RTL-SDR on a cruise ship.
There is no Internet - oh yes, there is Internet, but it will cost 'an arm & a leg'
The browser page 'localhost:8100' can be called. OK, no internet, no map.
The 'Summary' page shows all received statistics. Unfortunately the remaining 'Plots' and 'Ships'
do not show any data at all. Is there a command line switch to enable this data - or is that state
of the server 'by design' ?
Beta Was this translation helpful? Give feedback.
All reactions