Skip to content

VladimirKalachikhin/GaladrielMap-Demo-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Русское описание

GaladrielMap Demo image License: CC BY-SA 4.0

Three images are available:

  • The Docker image - for free
  • The .ova virtual machine image with Ubuntu - for free
  • and Raspberry Pi bootable image with Raspbian - for payment.

All of them includes ready to use GaladrielMap, GaladrielCache and netAIS.

Download:
Docker image
Virtual machine image

Usage

Docker image

Load image to your Docker:
gunzip -c galadrielmapimage.tar.gz | docker load
Run container: docker run -p 80:80 -p 3838:3838 -d --name galadrielmap galadrielmap
Add -p 9050:9050 option to command above if you plan to use the netAIS server.
Open 'http://YourDocker/map' in browser.

The Docker image already contains running NMEA flow simulation, so you will see a cursor displaying the position on the moving map. The netAIS is also running.

.ova

  1. Import GaladrielMap Demo image to any virtualization player (Image created in VirtualBox).
  2. Run machine (it's called a guest machine).
  3. After starting, login:
    username: gm
    password: gm
  4. Determine ip_address_of_the_machine:
    ifconfig
  5. Open ip_address/map in browser

Or jast open http://galadrielmap.local/map in browser

Another way is to connect by ssh: $ ssh [email protected]

No simulation is running in this image. Run it yourself.

Raspberry Pi

  1. Flash the image to SD card as described on Raspberry Pi documentation. The Image assumed a 32G SD card: 16G to OS and 16G to tile cache.
    Connect Raspberry Pi to LAN by cable.
  2. Boot machine
  3. After starting, find ip_address_of_the_machine as described in this document.
    Or connect to Raspberry Pi by ssh: $ ssh [email protected]
    password: raspberry

Open http://ip_address_of_the_machine/map/ on you browser.

More usage

Use GNSS reciever

Except Docker image:

  1. Connect external GNSS receiver to USB port.
  2. For .ova: Allow guest machine access to this USB port.

Dashboard

Open http://ip_address_of_the_machine/map/dashboard.php on you browser.
Dashboard optimized to eInk devices.

netAIS

Except Docker image: Do update /GaladrielMap/netAIS/params.php to place to $onion variable address of your TOR hidden service. This address located in /var/lib/tor/hidden_service_netAIS/hostname file, and will be created at first start virtual machine.
To get address run
# cat /var/lib/tor/hidden_service_netAIS/hostname
Fit vehicle info in boatInfo.ini file.
Open http://ip_address_of_the_machine/netAIS/ on you browser.

Trip simulation

In /GaladrielMap/map/samples contains naiveNMEAdaemon.php -- a tool to simulate NMEA streams from instruments to use with gpsd. Three logs include: sample1.log -- the record of AIS situation on port; Suomi_2018.nmea and Suomi_2019.nmea -- records of two tracks on Saimaa lake, Finland.
To play this logs:

  1. Stop gpsd daemon:
    sudo systemctl stop gpsd.socket gpsd.service
  2. Create two screen sessions:
    screen, CtrlA-D to quit session
    screen, CtrlA-D to quit session
    screen -ls to list session numbers
  3. Run simulate NMEA stream screen -r FirstSessionNumberattach session
    In session:
    cd /GaladrielMap/map/gpsdAISd/' 'php naiveNMEAdaemon.php -iSuomi_2018.nmea -btcp://localhost:2222 to play Suomi_2018.nmea log.
    CtrlA-D to quit session
  4. Run gpsd daemon screen -r SecondSessionNumberattach session
    In session:
    gpsd -N -n tcp://localhost:2222
    CtrlA-D to quit session
  5. See as simulation running screen -r FirstSessionNumberattach session

Open http://ip_address_of_the_machine/map/ on you browser.

Server administration -- in .ova only

Open http://ip_address_of_the_virtual_machine:10000/ on you browser.

Update

You may update the software in images from GaladrielMap Emergency Kit. Unzip archive as described in README.txt, but prevent from overwriting boatInfo.ini file and, if necessary, files /GaladrielMap/netAIS/params.php, /GaladrielMap/tileproxy/params.php,/GaladrielMap/map/params.php and /GaladrielMap/tileproxy/mapsources/C-MAP.json.

Contains

.ova and Raspbery Pi images contains:

  • Apache2
  • PHP7
  • TOR
  • gpsd
  • mc
  • other

On paid

The Raspberry Pi bootable image available for $25 by ЮMoney or in another way. You can also order burn image to SD card the capacity you need. The cost will be $15 + the SD card cost + shipping cost.
The Raspberry Pi image is fully configured and ready for operation.