Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Engineering & Systems > Marine Electronics
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 29-07-2021, 13:21   #1
Registered User
 
carles_pina's Avatar

Join Date: Jul 2021
Posts: 7
Offline pages with utilities to carry (off-line)

Hi,


I'm preparing some IT things for a sail and we will have a small server with different utilities to share files, Kiwix (Wikipedia and other things 100% offline), etc.


I'm searching for a collection of off-line websites (to have them in the vessel's server) with things like:
-Latitude-longitude format converter
-Sunset/sunrise
-Units converter
-etc.


In the past I've programmed some of these things but I wondered if there is some some solution ready to be deployed and that would be accessible via a browser.


Thank you very much!
carles_pina is offline   Reply With Quote
Old 29-07-2021, 16:40   #2
Registered User
 
StuM's Avatar

Cruisers Forum Supporter

Join Date: Nov 2013
Location: Port Moresby,Papua New Guinea
Boat: FP Belize Maestro 43 and OPBs
Posts: 12,891
Re: Offline pages with utilities to carry (off-line)

As I understand it, Kiwix downloads and stores webpages in a special format (much like linked PDF files) i.e. "vew only" which is read using a Kiwix reader application.

If that is so, it won't do anything for the sort of interactive pages you are talking about which use either server or client side scripting in a browser.
.
To do what you are wanting would require running an actual web server and having the server side PHP/Python or whatever code plus whatever client side JScript, CSS etc files are linked to by the page. Not practical at all .
StuM is offline   Reply With Quote
Old 29-07-2021, 18:43   #3
Registered User
 
SeanPatrick's Avatar

Join Date: Dec 2012
Location: Norfolk, VA USA
Posts: 664
Re: Offline pages with utilities to carry (off-line)

Many websites will work just fine offline if you simply save them to your computer. In Firefox, you can right-click a vacant area of the page and select "Save as ... ".
__________________
If you have any questions about celestial navigation, ask me!
Celestial Navigation Spreadsheet
NavList Celestial Navigation Forum
SeanPatrick is offline   Reply With Quote
Old 29-07-2021, 20:10   #4
Registered User

Join Date: May 2011
Location: Lake Ont
Posts: 8,548
Re: Offline pages with utilities to carry (off-line)

Some sites can be scraped for "offline" viewing via browser, but it's quite a chore sometimes to get all the required files downloaded.

My question is... why do you want this? Most of the computer-ish things you might want to do offshore can be applications on a laptop, or apps on a tablet. And the greatest thing ever on a boat: a digital reader (Kindle, Kobo, or a tablet with reader app) - it's a library in a space smaller than a fat magazine.

And if you're into Linux, there are a few marine-oriented distros with many useful marine applications already onboard.
Lake-Effect is offline   Reply With Quote
Old 29-07-2021, 23:36   #5
Registered User
 
carles_pina's Avatar

Join Date: Jul 2021
Posts: 7
Re: Offline pages with utilities to carry (off-line)

Hi, good morning and thanks Lake-Effect, SeanPatrick, StuM for your answers and anyone reading.



I'll reply a bit to everyone clarifying things :-)


Why do I want this? Because it is science vessel and in the past some of these utilities were useful. I'm a software engineer (doing lots of Django nowadays) and last time that I was in a vessel like this I programmed coordinate conversions, sunset/sunrise information based on the position, etc. and people found it useful.



This time I was wondering if there is some "suite" of these utilities already done that I could put on the intranet. Many of these utilities could be done in JavaScript. I was wondering if there is some package that I could pay for (or free) and have everything at once without me having to do it (so I can do other things!).


In 2019 I did get a coordinate conversion from the internet, save the HTML+JS and then copy the external references... it worked but if something is ready to be used then I rather use something specific :-)


Thanks for your answers!
carles_pina is offline   Reply With Quote
Old 30-07-2021, 05:51   #6
Registered User
 
CaptTom's Avatar

Join Date: Apr 2004
Location: Southern Maine
Boat: Prairie 36 Coastal Cruiser
Posts: 3,112
Re: Offline pages with utilities to carry (off-line)

Quote:
Originally Posted by carles_pina View Post
This time I was wondering if there is some "suite" of these utilities already done that I could put on the intranet.
Yes. It's called an "app store."

I'm an old IT guy myself, going all the way back to the days of mainframes, so I do get where you're coming from.

But honestly, these days, I don't see the benefit of a client-server arrangement like you describe. Sure, a file server on board, accessible by all devices, is a great idea. Even a web server might be helpful. Some folks have adapted home automation and monitoring projects like Home Assistant to do the same functions on a boat, via a browser interface.

But for the simple calculations you describe I can't see any way to beat a local app on a cell phone or tablet. Off-loading those processes to a web server gains nothing but another point of failure. Plus, if it's Javascript, it's running on the phone/tablet anyway. And of course, the phone or tablet already has some data you may need, like GPS position, time, etc.

My guess is there are already far more ready-made apps which do what you want than sample web pages you can download.
CaptTom is offline   Reply With Quote
Old 30-07-2021, 06:12   #7
JBP
Registered User
 
JBP's Avatar

Join Date: Sep 2016
Location: Lake Erie, PA
Boat: Jeanneau Tonic 23
Posts: 524
Re: Offline pages with utilities to carry (off-line)

From your description, you will not be able to place stuff on your passengers phones, so apps are not a viable solution.
This site has some stuff that might be useful.
https://www.nauticalalmanac.it/en/
This guy had done a similar thing, maybe he would let you host a copy.
https://clockwk.com/apps/almanac/?OT...Lon=&EW=W&sys=
JBP is offline   Reply With Quote
Old 30-07-2021, 10:26   #8
Registered User

Join Date: Feb 2015
Boat: Land bound, previously Morgan 462
Posts: 1,991
Re: Offline pages with utilities to carry (off-line)

Quote:
Originally Posted by SeanPatrick View Post
Many websites will work just fine offline if you simply save them to your computer. In Firefox, you can right-click a vacant area of the page and select "Save as ... ".

This is how to save a only a static view of a webpage. Can't enter new numbers for calculations or get different data from databases.



However, there are applicatons available for PC's and probably iphones and Android that can do all the things on the OP's list.
__________________
No shirt, no shoes, no problem!
waterman46 is offline   Reply With Quote
Old 31-07-2021, 00:41   #9
Registered User
 
carles_pina's Avatar

Join Date: Jul 2021
Posts: 7
Re: Offline pages with utilities to carry (off-line)

Thanks for the answers :-)
CapTom: I think that we are talking about different type of boats (I might have confused matters saying sail!) and/or different users. In my last big expedition (2017, 4 months) with about 40 to 50 scientists on each month having an intranet website with utilities as I was asking was very useful for them. Since I'm doing a similar one and I'm quite ready with other IT things I thought that I could prepare some utilities (or recover the 2017 ones).




I'm looking at the links posted here, thanks all!
carles_pina is offline   Reply With Quote
Old 31-07-2021, 01:33   #10
Registered User
 
SeanPatrick's Avatar

Join Date: Dec 2012
Location: Norfolk, VA USA
Posts: 664
Re: Offline pages with utilities to carry (off-line)

Quote:
Originally Posted by waterman46 View Post
This is how to save a only a static view of a webpage. Can't enter new numbers for calculations or get different data from databases.

That is not necessarily true. If the calculations are part of the page itself and/or any necessary data tables are in the page, then it should function exactly as it would online.


Obviously, if the page needs data from an external source it won't work.


Try this example: Go to this page (online celnav calculator), right-click and select "Save as ... ", then save as "Web page, complete (*.htm, *.html)". Next, disconnect from your internet connection and open the page from where you saved it. It should work perfectly. It does for me.


Cheers!
__________________
If you have any questions about celestial navigation, ask me!
Celestial Navigation Spreadsheet
NavList Celestial Navigation Forum
SeanPatrick is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maretron GW Utilities File Request AboardAdventurer OpenCPN 0 29-11-2019 12:43
HOW MUCH EXTRA LINE DO YOU CARRY? zengirl Deck hardware: Rigging, Sails & Hoisting 35 06-09-2019 17:33
Anchor line off the bow or from the water line? Don C L Anchoring & Mooring 26 24-09-2014 14:52
www.svsarah.com and the Whoosh Web Pages jstevens Cruising News & Events 2 11-03-2008 04:17
IMO Piracy Pages GordMay Health, Safety & Related Gear 0 10-06-2003 19:28

Advertise Here


All times are GMT -7. The time now is 03:48.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.