|
2010-10-29
, 16:42
|
Posts: 662 |
Thanked: 653 times |
Joined on Feb 2010
|
#2
|
|
2010-10-31
, 06:09
|
Posts: 7 |
Thanked: 15 times |
Joined on Sep 2010
@ Pune, India
|
#3
|
|
2010-11-07
, 21:03
|
Posts: 169 |
Thanked: 149 times |
Joined on Mar 2010
|
#4
|
|
2010-11-08
, 16:07
|
Posts: 44 |
Thanked: 28 times |
Joined on Mar 2010
|
#5
|
Hi,
I've been working on an application that can generate alerts based on your current location. In its current state, it will generate dbus signals when a user-defined point of interest is nearby.
I'm now learning how to create a desktop widget that can watch the dbus notifications and do something useful with them, but even as it is, it can still find interesting use, perhaps with dbus-scripts.
The code is in python, and requires the python-location library installed.
Grab the .deb from https://bitbucket.org/kushal_kumaran...iond/downloads, or clone the repository to take a look at the source.
Some notes on usage are in the wiki at https://bitbucket.org/kushal_kumaran...iond/wiki/Home
|
2010-11-13
, 07:32
|
Posts: 7 |
Thanked: 15 times |
Joined on Sep 2010
@ Pune, India
|
#6
|
Thank you for making this!
I tried this yesterday and it seems to work ...
I see in the dbus-monitor that dbus events are being sent when i query current_location and nearby_location
I suspect that dbus signals are sent when a location is nearby?
is there a treshold that defines "nearby"?
Is it possible to provide a sample dbus-scripts
rule for the nearby signal?
I want to try if i can start/stop fmtx and mediaplayer based on location
/home/user/bin/log-location * * net.locationd poi_nearby /home/user/bin/log-location * * net.locationd poi_distant
:1.797 null net.locationd poi_nearby home
furthermore, do you have plans on making a GUI for editing the places.csv?
If not I am willing to give it a go
(i have no python experience. but seems like a nice starting project)
The Following User Says Thank You to kushal.kumaran For This Useful Post: | ||
|
2011-01-30
, 07:40
|
Posts: 7 |
Thanked: 15 times |
Joined on Sep 2010
@ Pune, India
|
#7
|
|
2011-01-30
, 20:50
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#8
|
An update: locationd 0.3 is now available.
Get the .deb from https://bitbucket.org/kushal_kumaran..._0.3-1_all.deb
What's New:
- a simple GUI, which allows starting and stopping monitoring and show list of nearby places
The wiki at https://bitbucket.org/kushal_kumaran...iond/wiki/Home has a screenshot of the new GUI, which requires pyside.
|
2011-01-31
, 04:04
|
Posts: 7 |
Thanked: 15 times |
Joined on Sep 2010
@ Pune, India
|
#9
|
The Following User Says Thank You to kushal.kumaran For This Useful Post: | ||
|
2011-02-01
, 01:44
|
Posts: 140 |
Thanked: 40 times |
Joined on Sep 2010
|
#10
|
The Following User Says Thank You to bobbydoedoe For This Useful Post: | ||
I've been working on an application that can generate alerts based on your current location. In its current state, it will generate dbus signals when a user-defined point of interest is nearby.
I'm now learning how to create a desktop widget that can watch the dbus notifications and do something useful with them, but even as it is, it can still find interesting use, perhaps with dbus-scripts.
The code is in python, and requires the python-location library installed.
Grab the .deb from https://bitbucket.org/kushal_kumaran...iond/downloads, or clone the repository to take a look at the source.
Some notes on usage are in the wiki at https://bitbucket.org/kushal_kumaran...iond/wiki/Home