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:
pdbc (PDB Compiler) pdbc (PDB Compiler) - a compiler than converts a source file into a Palm DataBase file (PDB file).
The language the pdbc compiler understands is designed to be easy to understand und write.
Yet it is powerful enough to give the freedom to describe the binary content of the database records in a variety of ways
Flash Machine 2004 Flash Machine 2004 is a Smart List / Tiny Byte that function as a macromedia Flash organizer project and Action Script 1.0 editor for the Palm OS and SmartList / Think DB platforms. You have access to 60 actions, flash objects, methods, properties, keywords and more
AppStats AppStats allows you to track the usage of applications on Palm OS 5 handhelds. It works silently in the background - keeping track of how often, for how long and at what times applications are used. The resultant data can then be viewed on the device in simple to read pie charts, exported to the Memo Pad, or synchronized to a PC with the AppStats conduit
Requests Requests - This app was designed for all the developers, who, like me, receive e-mails with requests for the next updates of some programs.
Here you will be able to keep track of all your customer's requests.
For more of my programs visit my website www.rodrigosoftware.tk
This program is FREEWARE
Extended CASL Library Extended CASL Library - Extended-CASL Library is a library of functions coded in C that allow CASL and CASLpro developers to do much more with their applications than ever before. CASLpro users have access to the C files of the library, while CASL users can use the external PRC library. The source code to the demo application is included
RegCode Developer Kit RegCode Developer Kit is a standardized system which works with online software distributors to provide both security and realtime fulfillment.
This development kit includes examples, source code, and documentation describing RegCode
Z47 Virtual Processor Z47 Virtual Processor - allows you to run Z++ applications that are created with Z++ Visual. (Z++ Visual is an all-in-one development tool that requires no confusing SDK's, API's, or emulators
T3LedLib Allows developers to control Tungsten T/T3's green LED, and the undocumented and previously unused RED LED
Pendragon Forms Pendragon Forms will enable you to rapidly develop handheld data collection applications without programming. Beginners can simply design a form, and Pendragon Forms will automatically create a Microsoft Access database table to store the data. Experts can connect to existing database tables in Access or in ODBC data sources such as Oracle, Sybase and DB2
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)
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
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