|
2010-08-15
, 20:15
|
Posts: 14 |
Thanked: 21 times |
Joined on Sep 2009
|
#2
|
|
2010-08-15
, 20:39
|
Posts: 176 |
Thanked: 122 times |
Joined on Apr 2010
|
#3
|
|
2010-08-15
, 21:11
|
|
Posts: 487 |
Thanked: 152 times |
Joined on Aug 2007
@ London, UK
|
#4
|
The Following User Says Thank You to El Amir For This Useful Post: | ||
|
2010-08-24
, 09:56
|
Posts: 14 |
Thanked: 21 times |
Joined on Sep 2009
|
#5
|
|
2010-08-24
, 16:42
|
|
Posts: 487 |
Thanked: 152 times |
Joined on Aug 2007
@ London, UK
|
#6
|
Looks great! London just installed their new bike hire system, i might be tempted in writing a plugin for it!
It's now on my to-do list!
|
2010-08-25
, 05:49
|
Posts: 14 |
Thanked: 21 times |
Joined on Sep 2009
|
#7
|
|
2010-08-28
, 06:32
|
|
Posts: 423 |
Thanked: 486 times |
Joined on Nov 2009
@ London, England
|
#8
|
|
2010-09-06
, 16:43
|
Posts: 169 |
Thanked: 83 times |
Joined on Dec 2009
|
#9
|
|
2010-09-07
, 07:35
|
Posts: 51 |
Thanked: 48 times |
Joined on Jun 2010
|
#10
|
Hi,
London is on my TODO list for the next version. If you want to help, you can write a small python script that fetch stations informations. Then I'll translate it to a lugdulov plugin.
The second version of Lugdulo'V have been released, and I believe that it's the right time to advertise it.
Lugdulo'V is a Qt software allowing you to find availables bikes on bikes sharing systems. It's like
A Bike Now (on iPhone) or Cycloid (Android), except it works *everywhere* (tested on Windows, Linux, and Maemo).
You can search bikes and stations by position, name, or using a map.
Currently, more than 110 citiesare supported, and it's really
easy to support new networks by writting plugins. For example, it took me only one hour to write the Paris plugin !
If your city have such a network, try to write your own plugin and contact me so we can merge it into the next version !
There is no tutorial to write a plugin, but I wrote a skeleton plugin, and you can take a look to the two others, they
are really simple. Contact me if you need some help.
Licence : GPL
Source code: http://git.iksaif.net/?p=lugdulov.git;a=summary
Bug Tracker: http://dev.iksaif.net/projects/lugdulov
Web Page : http://xf.iksaif.net/dev/lugdulov.html
Maemo Package: http://maemo.org/packages/package_in...dulov/0.2.2-2/
The Maemo version should is available in extra-testing, and you can also download it directly from my web page.
Technical part: it's all based on Views and Models. The StationsModel and StationsSortFilterProxyModel are used for everything
(including the map). I used a modified version of QMapControl for the map, but I've read that Nokia will probably add
some map features in Qt, so I'll switch to as soon as they are available ! Plugins are using QtPlugin stuff .
Screenshots:
Supported networks: http://xf.iksaif.net/dev/lugdulov.html#plugins
Thanks,
Last edited by Iksaif; 2010-09-20 at 20:22.