Code Monkey home page Code Monkey logo

geoclueshare's People

Contributors

ankitstarski avatar atlochowski avatar piotrdrag avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

geoclueshare's Issues

Connection refused to Geoclue

When Geoclue is active (connected to client); as soon as the GeoclueShare's location service appears, Geoclue tries to connect to GeoclueShare. But since we advertise_nmea._tcp service before starting the socket server, there is no one listening at that address and the connection gets refused.

publish on f-droid

this is Free Software, no?
It'd be great to make it available on F-Droid.

[RFC] Is the app supposed to be run in the foreground

If I need the GPS co-ordinates in my laptop, do I need to start the app on my phone ?

RIght now, when started, I have a static page with "Location Mode", "Location Sharing" and Connected Devices. Does this app need to be in the forground ? Or can it be backgrounded ?

On that note, why run the application? Can't the app register a listener, and then when it gets a request, it could wake up, get the data and feed it to the requestor.

Sorry it these questions have been asked before. I tried to look for documentation but could not find much.

lacking documentation on usage

Congratulations on completion of your GSoC project. Now that Geoclue 2.3 is release and so is GNOME 3.18, can we have some documentation on how to use it ?

Currently, as a user, one downloads the app. And that's it. There is no pointer on what needs to be done on the PC.

Wrong NMEA format when phone locale is not US

This app only works if the phones locale uses "." as decimal separator.

So if your phone is set up for lets say French language it will not work since French use "," as decimal separator.

Because of that the NMEA format will be wrong and look something like this:

$GPGGA,233456,1234,567,N,00123,456,E,1,,7,5,75,1,M,,M,,*66

When it should look like:

$GPGGA,233456,1234.567,N,00123.456,E,1,,7.5,75.1,M,,M,,*66

The solution is actually very simple:
Add Locale.US to instances of String.format
For example:

latStr = String.format(Locale.US, latStr, degrees, minutes, symbol);

This ensures that the decimal separator is "."

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.