Coder Social home page Coder Social logo

rahra / parsefsh Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 5.0 108 KB

Decoding Raymarine's ARCHIVE.FSH files, Garmin's IMG/ADM archives and the TRK subfiles.

License: GNU General Public License v3.0

Makefile 1.29% C 98.71%
decoder garmin raymarine

parsefsh's People

Contributors

rahra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

parsefsh's Issues

Linker error on Ubuntu 18.04

I have a problem as described here.
When trying to make the binaries, I have errors about missing math functions, like:

undefined reference to `pow'

and so on.

Solution described in linked topic:

The simplest solution is simply to change [in Makefile]:
LDFLAGS = -lm
to
LDLIBS = -lm

enabled me to compile and use the binary.

Another fix was to compile it using g++ and add -fpermissive flag.

Convert GPX/Geojson into FSH file

Hi - is this project able to convert a GPX/Geojson file into an archive.fsh file? I'm interested in building a route in a different software (like google earth or GaiaGps) and converting it to an FSH file so I can load it onto my C80.

I was looking at something like this - https://forum.raymarine.com/showthread.php?tid=3461 - but the Voyage planner software is terrible and I would like to bypass it.

parsefsh running without output

The command is running from several hours on a 8 Mb file, without any console feedback, and it does not seem to produce any output.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.