Tuesday, June 23, 2009

Sahana HF data platform for alert and situation reports

On my way to the IDRC meeting in Penang I spent two days with Prof. Ahmad Zuri et al in Cyberjaya, Malaysia evaluating the Sahana Common Alerting Protocol (CAP) messaging over HF spectrum data platform. Prof. Zuri's team through, a grant from the Malaysia Communications and Multimedia Commission (MCMC) and the support from Mr. Zolkhonain Norizan and Mohd Aris Bernawi of MCMC, a prototype of the transport and application layers were developed by June 2009.

The lab setup was replicated at MCMC with two HF radios connected to two laptops through Pactor II modems; one acting as the remote client and the other as the IP-HF gateway transforming the HF data to the Internet. A third laptop was hosting Sahana on the LAMP stack. A CAP message sent through Sahana could is first received by the IP-HF gateway, which resolves the string and relays it to the remote station transported as HF data.

Other than a few flood incidences, Malaysia (MY) is perhaps one of the least disaster prone country in the Asia-Pacific. With that in mind, the idea is to setup a hub in MY to transport Sahana specific emergency information through the HF spectrum. As of now, Maldives, Malaysia, and Sri Lanka have agreed to pilot this system. We await hope a Pacific Island or New Zealand may join the consortium. Proposal is in the working to seek funding.

A short video demonstrating the concept

Thursday, April 2, 2009

Now a member of Sahana Project Management Committee

The Sahana community included me as a Project Management Committee (PMC) member. My work with Sahana is in the early warning space with the development of the biosurveillance module and the messaging module.

The first Sahana conference took place in Colombo, Sri Lanka during the last week of March, 2009. I made two presentations (biosurveillance and common alerting protocol) and Prof. Samarajiva one (public warning), which stated our (LIRNEasia's) commitment to Sahana.

Sahana has divested from the original parent Lanka Software Foundation and has been incorporated as a foundation in the state of California, USA. Work is still in progress in establishing the foundation.

Saturday, March 14, 2009

SMS Transport for GSoC 2009

It is my first time volunteering to mentor students for the Google Summer of Code 2009. The Sahana Free and Open Source Software community has been taking part in GSoC since 2007. This year Google has offered 10 slots to begin with; meaning 10 student will be provided summer funding to develop code for Sahana. There were 34 applicants with project ideas for Sahana.

One of my initial ideas had been to develop a SMS transport that mimics IP where data can be exchanged between a mobile client and a server (database). This is to address the problem faced by emergency coordinators in communicating field data to central levels and receiving information during the response stage of a crisis. Network congestion is a fact during the peak or initial stages of a crisis. Hence, voice channels are the first to shut down. Other means such as GPRS signals are not always up to par and in most cases would be weak in covering remote location that are in the periphery of the footprint of cellular towers. However, SMS that works on weak signal strength, a store-and-forward communication technology, even though may not send the information in real time, would eventually get the data across to the terminal devices.

Presently Sahana, a web browser application, reliant on Internet connectivity for data exchange, is developing a class of mobile phone and personal data assistant hand-held device applications to operate in the field. These hand-held devices are handy effective tools in data collection and reception. Although GPRS exists as means for providing connectivity, given the question on reliability, it is important that a redundant or alternate channel for transferring information is in place, if Sahana applications are to be effective across available communication network platforms.

The problem that this project promises to solve is to develop an SMS transport layer that can communicate with the Sahana applications during times of need. This proposal outlines the goals and design of the envisaged software object that will work as a general protocol to support all Sahana modules for networking with hand-held terminal device applications.

The Sahana community has definitely selected the student who has provided some original ideas and proven skills to develop the client and server side components. Some aspects that the developer must keep in mind are compressing the strings to minimze on SMS tariffs are multifold relative to GPRS, sequencing the SMS pages to ensure they are chained back at both server and client sides. Some thoughts such as use of binary XML has been suggested to structure the server calls or client requests and data exchange between the Sahana clients and Sahana servers.

I'm excited to mentor the student in developing this component as part of GSoC2009 for Sahana.