This page is our roadmap for future features and releases.

The new GPSD protocol

2.90 has shipped, and with it the redesign of GPSD's wire protocol. While this brings many benefits (including, immediately, the ability to interpret and report on the output of marine AIS receivers) it poses some significant deployment challenges as well.

Over the next few releases we're going to be preoccupied with managing the transition to the new protocol.. See that document for our tentative release schedule:

For more on specific tasks planned for upcoming releases, see our TODO file.

Changing hosting sites

We're presently (April 2010) hosted at berlios.de, but find that it has become extremely flaky of late (logins failing due to broken SSL certs is the most recent symptom). We plan to change sites some time in 2010.

Delegating DBUS support to geoclue

We're going to stop shipping DBUS notifications directly at some point. Note: This is no longer a near-term prospect, as geoclue is reported not sufficiently stable to bear the weight.

The reason for this is GeoClue. GeoClue is an aggregator that takes geolocation-related information from provider programs, including gpsd, and publishes it on DBUS.

For us, DBUS support is a dusty backwater in our code. We don't track what the DBUS community is doing or expecting. Our devteam worries about version skew between GPSD's DBUS transmissions and client apps, and wouldn't have the knowledge base to fix that quickly if it happened.

The GeoClue team, on the other hand, loves DBUS and specializes in it. We think it's probably best for both projects if they take data from us and handle the DBUS publishing job for us.

Client API cleanup

This will happen after 2.95 but before 3.0.

The client API has some historical baggage, unfortunate naming, and scar tissue in it. At some point we're going to bump the API major version number to 5 and make the following changes:

Client API users will have the API_MAJOR_VERSION symbol available to conditionalize their code so it will work with any version.