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).
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:
Microfinish Microfinish is a MUST HAVE app for CNC lathe programmers!
BaseCalc BaseCalc is an integer calculator that simultaneously displays numbers/results in all of the common development number bases! It displays signed/unsigned decimal, hexadecimal, octal, binary and character. You can select 8, 10, 12, 16, 20, 24 or 32 bit displays. (The demo is limited to 10 bits
JExpense2CSVFull JExpense2CSVFull - A Java Jar File to dump the built-in ExpenseDB.pdb of the Palm. It should be compatible with all kinds of Palm os. Up to now the file format of the ExpenseDB has not been changed. Export the Database using tools like pilot-xfer or backup Buddy. The labels of the columns are listed in the first line of the dumpfile
PalmKeeper PalmKeeper - PalmKeeper allows Palm application developers to keep track of important information about their programs.
Record the Name, Creator ID, Version, Status, Status Date, Downloads, License, Price, Sales, Capture rate and Gross Profit of your applications.
Many developers will list their applications on many websites and PalmKeeper helps you to track them
pssh pssh is a free, open-source SSH 2 client for Palm OS
PBrick PBrick - The PBrick library provides a API for bidirectional IR communication between the palm computing platform and the lego mindstorms RCX controller
SkinUI Cobalt Skin Source The source code and build package for SkinUI cobalt skin, to be used for making other skins
App Log I use this for my own PDAToolbox development to track files, field names, CIDS, etc
ZenPlus for Palm ZenPlus for Palm is a popular freeware application framework (Class Library) for C++ programmers who write software on Palm OS.
ZenPlus can increase the productivity of developers by helping them partition code and providing standard Palm OS application functionality.
Focus has been placed on code reliability and resource implications
TealInfoDB: HTML Reference TealInfoDB: HTML Reference is a handy reference to HTML Tags with definitions of terms and simple examples for usage
Other Software by developer «PDADevelopers.com»:
HTTP protocol for Palm OS (PRC Tools Platform) 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)
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
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