Difference between revisions of "FOSS4G2006 Mobile GIS BOF Minutes"

From OSGeo
Jump to navigation Jump to search
m (Sections editing)
m (Continuation of sectiong editing)
Line 87: Line 87:
 
GUI independent.
 
GUI independent.
  
3. Project output
+
== Project output ==
  
 
We can see three different applications for mobile devices:
 
We can see three different applications for mobile devices:
Line 98: Line 98:
 
c) is very different application to a) and b)
 
c) is very different application to a) and b)
  
4. Development platform
+
== Development platform ==
  
 
a) Langauge:
 
a) Langauge:
Line 113: Line 113:
 
- gcc-based toolset for cross-compilation, but there is no debugger
 
- gcc-based toolset for cross-compilation, but there is no debugger
  
5. Type of application
+
== Type of application ==
 +
 
 
- standalone application (most of participants likes this one)
 
- standalone application (most of participants likes this one)
 
- thin client (a web-based solution)
 
- thin client (a web-based solution)
 
- strong client (standalone application or a combination)
 
- strong client (standalone application or a combination)
  
6. Data
+
== Data ==
 +
 
 
a) vectors
 
a) vectors
 
- shapefile seems to be a reasonable vector format
 
- shapefile seems to be a reasonable vector format
Line 127: Line 129:
 
- WMS
 
- WMS
  
7. What GIS components we have ready to use?
+
== What GIS components we have ready to use? ==
  
 
a) Windows Mobile
 
a) Windows Mobile
Line 137: Line 139:
 
- most of currently available portable libraries are runnable on Linux on mobiles
 
- most of currently available portable libraries are runnable on Linux on mobiles
  
8. GPS
+
== GPS ==
 +
 
 +
All Mobile GIS BOF participants agree that we need a GPS support.
 +
 
 +
=== Windows Mobile ===
  
a) Windows Mobile
+
* GPS API and GPS Intermediate Driver (GPSID) - [http://mateusz.loskot.net/2006/01/07/a-first-glance-at-the-gps-api-in-windows-mobile-50/ see short overview]
- there is a GPS API:
+
* [http://gpsd.berlios.de/ gpsd] does not officially run on Windows-based systems, what about porting it?
http://mateusz.loskot.net/2006/01/07/a-first-glance-at-the-gps-api-in-windows-mobile-50/
+
* There is always an option to develop our own portable library for reading and parsing NMEA sentences
- gpsd does not officially run on Windows-based systems, what about porting it?
 
- there is always an option to develop our own portable library for reading and parsing NMEA sentences
 
 
from serial/... port in a separate thread (no TCP/IP server/listener required)
 
from serial/... port in a separate thread (no TCP/IP server/listener required)
 +
 +
=== Linux ===
 +
* [http://gpsd.berlios.de/ gpsd] works very well on Linux

Revision as of 06:07, 19 September 2006

Where, When and Who?

  • Place: FOSS4G 2006 conference, Lausanne, Switzerland
  • Starting date: 13-Sep-2006, 18:00
  • Duration: 02h00'
  • Presenters:
    • Mrs. REIMER, Silke
    • Mr. BOWDEN, Tim
    • Mr. LOSKOT, Mateusz

Mobile GIS BOF Attendees

NOTE: Please, add yourself if you're not on the list or fix your name if it's incorrectly spelled below.

  • Brent Fraser
  • David Villalon
  • Frank Warmerdam
  • Frederic Pouget
  • Jan-Oliver Wagner
  • Just van den Broecke
  • Ludovic LESTRAT
  • Mateusz Loskot
  • Silke Reimer
  • Till
  • Tim Bowden
  • Tyler Mitchell

Why you are here?

Silke: It's possible there is an opportunity to found some work on Open Source mobile solutions Contribution of project management, infrastructure, place for meetings, marketing stuff, may be founds.

Just: On-line services. Apps for mobile phones. Multimedia features. Tracking platform for mobile devices. Contribute multimedia features, Java development.

Tim: Collecting data in a field. Consume data in a field Synchronize data on mobile devices against servers. Provide building blocks, not end user application. Contribute use cases, testing and ideas.

Till: Collecting data infrastructure features in a field Identify object in a field The idea was/is to develop a client that provides data and identification tool, POI, ROI, Routing tool. The idea is to connect central database with mobile client. Contribute: experience about Java Script (->Web based) on mobile devices, ideas, testing. Looking for: well-designed and developed platform.

Brent: Data collection in a field and server upload capabilities. Use mobile device as an input device, not only for output/data provider. Good accuracy level. Collect control points to rectify satellite image. Precise navigation and locating capabilities. Mobile device -> iPAQ

Frederic: Interested in mobile solutions. Works for private sector, not Open Source company. LBS for mobile platform.

Ludovic: Works with ArcPad based solutions. Inventory of features in field. Contribute: testing

Tyler: Provide advanced features of visualization, 3D, etc. Tablet PC

??? iPod-based solution

Mateusz: Interested in development of mobile GIS framework, a set of libraries and components usable in other projects, end-user solutions. Provide foundations for mobile GIS development. GUI independent.

Project output

We can see three different applications for mobile devices: a) End-user application, a kind of viewer or editor b) Data collecting solution, with GPS, editing and automation features c) The third one, is a kind of LSB solution for mobile phones or other small devices with GPS/GSM capabilities.

a) and b) are main lines of development proposal. c) is very different application to a) and b)

Development platform

a) Langauge: - C/C++ - it seems to be our language of choice - Java - mainly used on mobile phones - Python - who has worked with Python on mobile devices?

b) Operating platform - Windows Mobile >= 5.0 - the main OS on the mobile devices market at the moment; target platform of the first prototype - Linux - most of us would prefer to develop for Linux, but it's not very popular yet, no commercial support for Linux-based mobile devices, etc.

b) Tools: - Visual Studio 2005 - a commercial toolset, the only option for Windows Mobile development :-( - gcc-based toolset for cross-compilation, but there is no debugger

Type of application

- standalone application (most of participants likes this one) - thin client (a web-based solution) - strong client (standalone application or a combination)

Data

a) vectors - shapefile seems to be a reasonable vector format - GML and WFS

b) rasters - what about tiling? - WMS

What GIS components we have ready to use?

a) Windows Mobile - OGR - PROJ.4 - SQLite

b) Linux - most of currently available portable libraries are runnable on Linux on mobiles

GPS

All Mobile GIS BOF participants agree that we need a GPS support.

Windows Mobile

  • GPS API and GPS Intermediate Driver (GPSID) - see short overview
  • gpsd does not officially run on Windows-based systems, what about porting it?
  • There is always an option to develop our own portable library for reading and parsing NMEA sentences

from serial/... port in a separate thread (no TCP/IP server/listener required)

Linux

  • gpsd works very well on Linux