Echo JS 0.11.0

<~>

jklu 104 days ago. link 1 point
Nice stuff.

The API might be more convenient if you could (also) call it like:

demo.speed();

Or even:
demo.speed;
with a 
demo.set("$GPRMC,001225,A,2832.1834,N,08101.0536,W,12,25,251211,1.2,E,A*03"); 

For those who want to provide another sentence than provided during class instantation.

This way the editor will help you avoid asking by accident for fields that do not exist (e.g. "attitude" instead of "altitude" ;-)) 

My 2cts :-)
BMSVieira 104 days ago. link 1 point
Yeah, sounds like a good idea.

using demo.set()developers would have a way to change the sentence after class instantation

Yes, i want to set gets/sets for retrieving information

demo.speed
demo.heading
... 

Thank you :)
BMSVieira 104 days ago. link 1 point
Yeah, i know that library.
Thank you.

Im right now making changes to nmea.js and will be out very soon.
borracciaBlu 104 days ago. link 1 point
How did the project started? Any real world project using it?

Cool stuff
BMSVieira 104 days ago. link 1 point
Yeah, Actually i developed something like this in my previous company.

It was a Cruise Ship company in portugal.
We received information from the built in GPS system and decoded into something we could display for our guests.

Location, speed, heading, etc.. 

So i decided to build a JS library out of it.

I have a lot of ideas to add