HTTP protocol for Palm OS (PRC Tools Platform) - This library is an implementation of a subset of W3C specs for HTTP protocol. It's packed as a library file with C++ headers, so you can include it in your own programs simply linking it into your programs. It runs on ANY Palm OS device running Palm OS version 3.0 and higher (not only on Palm VII).
We'd released for versions of the library for the two platforms:
- Library for Metrowerks CodeWarrior
- Library for PRC Tools
Why a new HTTP library?
Sure, you may say: "Why a new HTTP library if there is an Internet Library API
explained in the Palm OS Programmer's Companion ????"
Well, the truth is, as explained in Palm documentation, the INetLib applies only to version 3.2 or later of the Palm OS on Palm VII devices, and those features are implemented only if the Wireless Internet Feature Set is present. This means that if you have any other model than a Palm VII you don't have HTTP protocol, so you cannot use it in your own programs. Using this library you will be able to write your own HTTP client programs connecting your Palm III, m100 or any other model with a telephone modem or using a cable and a cell phone. In addition to this, it provides a better control of the session, including information about HTTP headers, cookies, etc.
You can use the library for requesting information from existing web servers, and then parse the results. You can even use it for integrate your programs with existing Web Services.
· Provides HTTP client protocol on top of the standard Palm socket library.
· Easy to use, extensible C++ classes: functions as simple as connect(), execute request(), get response(), disconnect(), etc.
· Provides control for getting HTTP headers and cookies management.
Like it? Share with your friends!
Supported operating systems:
Palm OS 3.x, Palm OS 4.x, Palm OS 5.x
Similar Software:
ED PLua IDE ED PLua IDE - Use this Development Environment to create Palm pda applications (or even games) by taking advantage of the LUA language.
This IDE is designed to work with the interpreter/compiler PLua, PLua itself comes with an IDE but this one is limited to the palm platform, that's why I decided to write an IDE for windows
PBrick PBrick - The PBrick library provides a API for bidirectional IR communication between the palm computing platform and the lego mindstorms RCX controller
TealInfoDB: TCL Reference TealInfoDB: TCL Reference is a TCL Programming Language Quick Reference for commands, procedures, formattings, regular expressions, etc
Fire j2me Fire j2me is a library that aims to provide a set of easy-to-use extendable components to J2ME developers.
The basic set of Fire components offer all the functionality of the J2ME GUI components provided in the midp2 profile (Forms, Items etc.) plus a much more appealing user interface, themes, animations, popup menus, and better component layout
GUI GUI - Tired of going through the same laborious process of working out where all your controls are supposed to go?
Worry no more, because GUI makes all that simple for you!
Featuring the capability to add buttons, fields, dropdown lists, checkboxes, GUI serves all your interface needs
MacroPlay for Palm OS MacroPlay for Palm OS - If you perform a task repeatedly in Palm, you can automate the task by using a macro. A macro is a series of pen taps or key-presses that you group together as a single command to accomplish a task automatically
Pinger (Palm OS) Pinger (Palm OS) - lets you trade voice messages with anyone's mobile phone in over 20 countries. It's better than voicemail because there's no ringing or lengthy instructions. It's more personal than text because it's your own voice so there's no room to be misunderstood. Plus you can send a Pinger message to a group of people with just one call
CheckPRC CheckPRC is a useful Windows tool for Palm developers to identify compatibility problems and maximise the number of users who can access their applications.
It can be used to determine the earliest version of Palm OS that a Palm application may run on, and to identify all the Palm OS functions that the application uses
HTTPS + HTTP protocol for Palm OS (CodeWarrior Platform) HTTPS + HTTP protocol for Palm OS (CodeWarrior Platform) - It is a CodeWarrior C++ Palm OS implementation of both HTTP and HTTPS protocols. It's packed as a library file (.lib) with C++ headers, so you can include it in your own programs simply linking it into your PRC
HTTP protocol for Palm OS (CodeWarrior Platform) HTTP protocol for Palm OS (CodeWarrior Platform) - This library is an implementation of a subset of W3C specs for HTTP protocol. It's packed as a library file with C++ headers, so you can include it in your own programs simply linking it into your programs. It runs on ANY Palm OS device running Palm OS version 3.0 and higher (not only on Palm VII)
DOM XML Parser Library for Palm OS (CodeWarrior Platform) DOM XML Parser Library for Palm OS (CodeWarrior Platform) - This is a lightweight library designed for C/C++ developers who needs to parse/create XML documents consuming as little resources as possible