palm-os-sdk/PalmOne/Samples/_HTTPLibTest
2020-05-27 16:46:38 -04:00
..
Obj Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
Result Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
Rsc Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
Src Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
HTTPLibTest.def Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
HTTPLibTest.mcp Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
includes.txt Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
Makefile Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
platform.txt Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00
readme.txt Added a hard to find PalmOne SDK, needed for NetServices, WiFi and others. 2020-05-27 16:46:38 -04:00

---------------------------------------------------------------------------
Name

  HTTPLibTest 

---------------------------------------------------------------------------
Description

  HTTPLibTest demonstrates how to use the built-in shared HTTP Library. The
  application shows how to send HTTP requests based on urls specified by 
  the user. The application then displays statistics on the total time for 
  the HTTP request, the response latecy, total bytes received and the 
  throughput.

---------------------------------------------------------------------------
Builds With

  Codewarrior 9
  GCC command line (Please use GCC_makefile to build)

---------------------------------------------------------------------------
Devices

  All Palm OS devices capable of connecting to the internet

---------------------------------------------------------------------------
Requirements


---------------------------------------------------------------------------
Libraries Used

  HTTP Library

---------------------------------------------------------------------------
How to Run

  Enter a url in the url text field or select one from the url menu. 
  Tap on Get. The following information
  will be displayed about the HTTP request: 
      -Total Time: _ s __ ms
      -Resp Latency: _ s __ ms
      -Total Bytes: __ bytes
      -Throughput: ___ bytes/sec

---------------------------------------------------------------------------
Note


---------------------------------------------------------------------------