Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Maxthon Add-on: Web Snapshot
MultiReader (Android)
Ace-Com Defence: Invader Alert
Linux Commands
EasyWeb -Visual Websites Index
Need for Speed Shift for Android
Barometer and Weather Clock with Widget for Android from Elecont
Grasshopper: Learn to code for free
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
HTTP protocol for Palm OS (CodeWarrior Platform)





HTTP protocol for Palm OS (CodeWarrior Platform)
Version: 1.3.2

Platforms: Palm


Categories: Programming & Development

Upload date: 19 Dec 11

Developer: PDADevelopers.com

License: Shareware

Price: 44.95 $

Downloads: 17

File Size: 80 Kb
Download Free Trial of HTTP protocol for Palm OS (CodeWarrior Platform) 



Rating: 0.0/5 (Total votes: 0)




  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:

JMail2HTMLJMail2HTML
JMail2HTML - This Desktop Application exports all Mails of the MailDB.pdb to HTML Files. It is not the File used by the PalmDesktop; use Pilo-xfer or other tools to export the database from your palm to the platform you prefer. Start browsing with the file Index
BrainF#ckBrainF#ck
BrainF#ck-This is a full onboard Palm IDE for the BrainF#ck programming language, you can edit, debug and run BrainF#ck programs. You can watch the current memory, output and even run the program step by step. A short BrainF#ck description can be found here
MobileDB Developer SuiteMobileDB Developer Suite
MobileDB Developer Suite - Windows developers! Now you can enhance your Windows application to create MobileDB databases or import MobileDB database data! Utilize our FREE MobileDB.DLL included in this MobileDB developer suite to create, export and even import MobileDB databases to your Windows application. This suite contains MobileDB
Tauschke MobileCreatorTauschke MobileCreator
Tauschke MobileCreator is an IDE for SuperWaba a cross-platform solution for PalmOS, WinCE and Win32. The project management lets you create a project within seconds! You need only a few mouseclicks to get your first application running. Never use the command line and batch files of SuperWaba again
MacroPlay for Palm OSMacroPlay 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
Pilot-DBPilot-DB
Pilot-DB - freeware (OpenSource) database program for the Palm OS (any version and any hardware) and compares with the best commercial programs available. It supports the field types string, boolean, integer, float, calculated, date, time, note, list and link
JExpenseCSV2PDBJExpenseCSV2PDB
JExpenseCSV2PDB - A Java Jar File to create the built-in ExpenseDB.pdb for 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. Use JExpense2CSV to generate the IFO file. The ifo file is supposed to be called like the CSV file with the suffix IFO (Example: CSVFile.CSV -->> CSVFile.CSV
PBrickPBrick
PBrick - The PBrick library provides a API for bidirectional IR communication between the palm computing platform and the lego mindstorms RCX controller
Extended CASL LibraryExtended 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
pdbc (PDB Compiler)pdbc (PDB Compiler)
pdbc (PDB Compiler) is 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
 

Other Software by developer «PDADevelopers.com»:

DOM XML Parser Library for Palm OS (CodeWarrior Platform)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
HTTP protocol for Palm OS (PRC Tools Platform)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)
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

» show more

 

Comments on HTTP protocol for Palm OS (CodeWarrior Platform):

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

HTTP protocol for Palm OS (CodeWarrior Platform) is compatible with your device Visor Neo
 
 
© Pantich 2009 - 2025 All rights reserved.