--- Log opened Tue Mar 20 00:00:39 2012 00:01 < curious> btw. it's enough to have any gps data in 00:01 < curious> even without proper fix 00:02 < curious> same bug affects routing not being performed when threshold of speed is not reached 00:04 < mischko> K. Thanks for the help. 00:04 < efess`> mischko - you're on XP? 00:05 < mischko> yes 00:06 < efess`> you'll probably want to use the serial port vehicle (ie. com4) as I don't think GPSD runs on windows 00:14 < mischko> I have an app on my Palm Pre2 that should make it act like a external NMEA GPS. 00:14 < mischko> I'm trying to figure out how to make it play next. 00:14 < mischko> ... via bluetooth 00:25 < curious> it will appear as virtual com afaik 00:26 -!- mischko [~schapman@205.247.25.89] has quit [Quit: Ex-Chat] 01:33 < curious> uh. using navit planet extractor on opera mobile is impossible 01:36 -!- drlizau [~liz@billiau.net] has joined #navit 01:43 -!- AngusRF [~Angus@2001:4ca0:4fff:1::a] has quit [Quit: Verlassend] 02:24 -!- drlizau [~liz@billiau.net] has quit [Ping timeout: 248 seconds] 04:36 -!- hexlotar [~hexlotar@195.22.132.129] has quit [Ping timeout: 246 seconds] 04:57 -!- hexlotar [~hexlotar@195.22.132.129] has joined #navit 05:07 -!- noradtux [~noradtux@2002:4e36:1368::1] has quit [Remote host closed the connection] 05:08 -!- noradtux|away [~noradtux@2002:5ce0:354c::1] has joined #navit 05:09 -!- noradtux|away is now known as noradtux 06:33 -!- drlizau [~liz@billiau.net] has joined #navit 07:08 -!- tfgbd [~refhunetg@pool-108-36-233-250.phlapa.fios.verizon.net] has quit [Ping timeout: 252 seconds] 07:31 < CIA-49> martin-s * r4978 /trunk/navit/navit/graphics/gtk_drawing_area/graphics_gtk_drawing_area.c: Fix:graphics_gtk_drawing_area:Partly fixed graphics_destroy 07:33 < CIA-49> martin-s * r4979 /trunk/navit/navit/ (9 files): Add:Core:Converted map and mapset to object functions 08:23 -!- noradtux [~noradtux@2002:5ce0:354c::1] has quit [Remote host closed the connection] 08:23 -!- noradtux|away [~noradtux@2002:5ce0:3b5a::1] has joined #navit 08:23 -!- noradtux|away is now known as noradtux 09:28 -!- inoculator [c72af088@gateway/web/freenode/ip.199.42.240.136] has joined #navit 09:36 < inoculator> Hello everybody. 09:36 < inoculator> I am still struggling around with gpsfeed+. 09:36 < inoculator> Ubuntu 10.04, NavIT, gpsfeed+ 09:36 < inoculator> gpsfeed is sending tcp stream on port 2222 09:37 < inoculator> I can see it using "telnet localhost 2222" and "/bin/nc localhost 2222" 09:37 < inoculator> Output like this: $GPRMC,103737,A,5059.9963,N,00711.9852,E,1.9,174.1,200312,5,E,A*5 09:38 < inoculator> I have set navit.XML to: source="pipe:/bin/nc localhost 2222" 09:38 < inoculator> but navIT doesn't show up a location 09:38 < inoculator> Any ideas? 09:59 -!- korrosa [c3028868@gateway/web/freenode/ip.195.2.136.104] has joined #navit 09:59 < korrosa> inoculator: What is you're trying to do? Just fake a gps device? 10:03 < inoculator> korrosa: yes. 10:05 < korrosa> inoculator: gpsd has a module within it called gpsfake 10:05 < korrosa> http://gpsd.berlios.de/gpsfake.html 10:05 < korrosa> You need a test logfile, but you can get those from the internet, or make your own. 10:06 < korrosa> It's super simple, and works fine with Navit. 10:21 < inoculator> korrosa: I have a file to replay. set navit.xml to "file:/test.log" and it shows NMEA data in the vehicle selection. but nothing on the map. 10:22 < korrosa> Using gpsfake? If you're using gpsfake, you need to run gpsd and leave your navit.xml as default. 10:23 < korrosa> gpsfake just streams fake data, which is picked up by gpsd. Navit then uses gpsd. 10:23 < korrosa> Oh, and I've never gotten the log replay directly within Navit to work. 10:24 < inoculator> korrosa: ahh.. now it works 10:27 < korrosa> Good! :) 10:41 -!- hexlotar [~hexlotar@195.22.132.129] has quit [Ping timeout: 244 seconds] 10:43 -!- hexlotar [~hexlotar@border-dmz-link.opu.ua] has joined #navit 10:44 -!- drlizau [~liz@billiau.net] has quit [Remote host closed the connection] 10:48 < inoculator> korrosa: very uncomfortable. No chance to switch the position during the session. for every test a special log-file. gpsfeed+ would give the possiblility to move the location during the session to where I want. 10:49 < PaulFertser> inoculator: what if you attach gpsd to gpsdfeed's socket? 10:52 < korrosa> I was going to suggest the same. I've never used gpsfeed+ though. 10:53 < inoculator> PaulFertser: You mean vice versa? gpsdfeed to tcp port of gpsd? 10:57 < PaulFertser> inoculator: no, i mean use gpsfeed+ as you do now but do not connect directly to it, and instead attach to it with gpsd (so gpsd would be a tcp client). 11:05 < inoculator> well, that's the way it comes out of the box. but this didn't work up to now. 11:06 < inoculator> see logfile from this morning (10:36 CET+1) 11:07 < inoculator> gpsd does not recognize the stream. I tried several starts like : gpsd -N pipe:/bin/nc localhost 2222 a.s.o 11:08 < PaulFertser> inoculator: no, no! 11:08 < PaulFertser> inoculator: gpsd should use something like tcp://localhost:2222 11:08 < PaulFertser> Neither pipe nor nc is necessary. 11:11 < inoculator> gpsd -N tcp://locahost:2222 --> gpsd: device open failed: No such file or directory 11:11 < inoculator> localhost of course 11:12 < PaulFertser> inoculator: what gpsd version is that? 11:15 < inoculator> gpsd: 2.92 (revision svn) 11:15 < PaulFertser> inoculator: you need at least 2.95 11:16 < inoculator> hmm.. just installed it a few days ago using apt-get 11:16 < PaulFertser> inoculator: Version: 3.4-2 in Debian testing 11:17 < inoculator> hmm... ok let me try to update... 11:21 < korrosa> For Lucid (10.04), the latest gpsd package is 2.92 unfortunately. 11:22 < PaulFertser> Why use such an old distro? 11:29 < inoculator> 10.04 is the LTS version. oviously gpsd in a newer version is not provided for LTS. f***!! 11:32 < korrosa> 12.04 is the next one - only a few weeks to go! 11:34 < PaulFertser> inoculator: can't you upgrade only gpsd from a non-lts version? 11:34 < PaulFertser> It shouldn't have too many dependencies. 11:39 < inoculator> not sure. this is a few steps beyonde my knownledge about Linux/Ubuntu. 11:40 < inoculator> But I will setup a VM with 11.xx this could be much easier 11:40 < inoculator> ;-) 11:41 < PaulFertser> :-O 11:42 < PaulFertser> Damn, that's totally insane 11:48 < korrosa> inoculator: If you know how, build from source: http://download.savannah.gnu.org/releases/gpsd/ 11:51 < PaulFertser> Yeah, that's trivial too. 12:05 < inoculator> well... this is... dpsd source requires scons in version 2,x but 10.04 only has 1.x in the repository. very trivial ;-) 12:07 < PaulFertser> But what about installing newer gpsd from the distro's repo? 12:07 -!- gshadowd [~gshadowd@border-dmz-link.opu.ua] has joined #navit 12:11 < inoculator> this is a few steps beyonde my knownledge about Linux/Ubuntu. 12:12 < inoculator> just started up a new VM Guest installing Ubuntu 11.10 Desktop. 12:16 < PaulFertser> I'd just go to packages.ubuntu.com, gpsd > find > choose distro version, download file, dpkg -i it, then the same with missing dependencies. 12:18 -!- sera_ [~sera@gentoo/developer/sera] has quit [Remote host closed the connection] 12:20 -!- sera [~sera@gentoo/developer/sera] has joined #navit 12:22 -!- sera [~sera@gentoo/developer/sera] has quit [Remote host closed the connection] 12:23 -!- sera [~sera@gentoo/developer/sera] has joined #navit 12:25 -!- sera [~sera@gentoo/developer/sera] has quit [Remote host closed the connection] 12:27 -!- sera [~sera@gentoo/developer/sera] has joined #navit 12:32 -!- korrosa [c3028868@gateway/web/freenode/ip.195.2.136.104] has quit [Ping timeout: 245 seconds] 12:32 -!- sera [~sera@gentoo/developer/sera] has quit [Remote host closed the connection] 12:32 -!- sera [~sera@gentoo/developer/sera] has joined #navit 12:32 -!- kenguest_ [~radagast@lir.talideon.com] has quit [Ping timeout: 240 seconds] 12:32 -!- kenguest [~radagast@lir.talideon.com] has joined #navit 12:32 -!- sera [~sera@gentoo/developer/sera] has quit [Remote host closed the connection] 12:34 -!- sera [~sera@gentoo/developer/sera] has joined #navit 12:34 -!- sera [~sera@gentoo/developer/sera] has quit [Remote host closed the connection] 12:36 -!- sera [~sera@gentoo/developer/sera] has joined #navit 12:37 -!- sera [~sera@gentoo/developer/sera] has quit [Remote host closed the connection] 12:38 -!- sera [~sera@gentoo/developer/sera] has joined #navit 12:45 < gshadowd> hello I need help 12:46 < gshadowd> how can map plugin say navit to reload its map 12:55 -!- AngusRF [~Angus@mnch-5d8741c6.pool.mediaWays.net] has joined #navit 12:56 -!- gshadowd [~gshadowd@border-dmz-link.opu.ua] has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)] 13:29 -!- InBar [~v@77.242.201.57] has joined #navit 13:38 -!- inoculator [c72af088@gateway/web/freenode/ip.199.42.240.136] has left #navit [] 14:13 -!- AngusRF [~Angus@mnch-5d8741c6.pool.mediaWays.net] has quit [Quit: Verlassend] 14:14 -!- sera [~sera@gentoo/developer/sera] has quit [Ping timeout: 246 seconds] 14:18 -!- sera [~sera@gentoo/developer/sera] has joined #navit 15:15 -!- hexlotar [~hexlotar@border-dmz-link.opu.ua] has quit [Quit: Leaving] 17:07 -!- InBar [~v@77.242.201.57] has quit [Quit: Leaving] 17:38 -!- arnotixe [~arnotixe@190.131.183.143] has quit [Ping timeout: 260 seconds] 18:05 -!- AngusRF [~Angus@mnch-5d8741c6.pool.mediaWays.net] has joined #navit 18:31 -!- arnotixe [~arnotixe@84.49.132.250] has joined #navit 18:39 -!- arnotixe [~arnotixe@84.49.132.250] has quit [Ping timeout: 248 seconds] 18:43 -!- playya [~playya@unaffiliated/playya] has quit [Ping timeout: 244 seconds] 18:55 -!- playya [~playya@unaffiliated/playya] has joined #navit 19:12 -!- drlizau [~liz@billiau.net] has joined #navit 19:17 -!- drlizau [~liz@billiau.net] has quit [Quit: Leaving] 19:56 -!- arnotixe [~arnotixe@190.131.183.143] has joined #navit 20:03 -!- sera_ [~sera@gentoo/developer/sera] has joined #navit 20:03 -!- sera [~sera@gentoo/developer/sera] has quit [Ping timeout: 246 seconds] 21:00 -!- arnotixe [~arnotixe@190.131.183.143] has quit [Ping timeout: 255 seconds] 21:36 -!- arnotixe [~arnotixe@190.131.183.143] has joined #navit 22:16 -!- arnotixe [~arnotixe@190.131.183.143] has quit [Ping timeout: 245 seconds] 22:17 -!- arnotixe [~arnotixe@190.131.183.143] has joined #navit 23:34 -!- AngusRF [~Angus@mnch-5d8741c6.pool.mediaWays.net] has quit [Quit: Verlassend] --- Log closed Wed Mar 21 00:00:39 2012