WAP Software for Windows

View 2906 business solutions

Browse free open source WAP software and projects for Windows below. Use the toggles on the left to filter open source WAP software by OS, license, language, programming language, and project status.

  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 1
    pso- Python Service objects is a package that simplifies HTTP handlers: Built-in sessions. Write once run on modpython, modsnake, NASAPY, fastcgi, CGI. Easy interface to HTTP info. Simple, fast, robust and powerful extendable OO template parser.
    Leader badge
    Downloads: 40 This Week
    Last Update:
    See Project
  • 2
    A pure Java WAP 1.x protocol stack including a WBXML decoder and encoder that can even be used independently from jwap. This is NOT a toolkit for composing WML pages!
    Downloads: 22 This Week
    Last Update:
    See Project
  • 3
    kXML is a lean Common XML API with namespace and WAP support that is intended to fit into the JAVA KVM for limited devices like the Palm Pilot.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    The Tamber project is a free, componentised website engine that uses XML, JavaScript and ASP. Tamber features include; delivery over HTML and WAP, automatic locale detection, search engine optimisation, e-commerce engine, secure sign in and advanced DB
    Downloads: 2 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 5
    PHP Weather makes it easy to show the current weather on your webpage. All you need is a local airport, that makes some special weather reports called METARs. The reports are updated once or twice an hour.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Html2Wml converts HTML pages to WML pages, suitable for being viewed on a Wap device. The conversion can be done either on the command line to create static WML pages or on-the-fly by calling this program as a CGI.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    RSS-WML is an RSS feed viewer (aggregator) for WAP/WML devices. Requires PHP and MagpieRSS.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Speed browser 2014

    Speed browser 2014

    speed browser 2014 is a powerfull browser with anonymous speed.

    our company speed softwares is not a registered company and all our products are free.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    The WBXML Library is a C library for handling WBXML (Wireless Binary XML) documents. It consists of a WBXML Parser (with a SAX like interface), a generic WBXML Encoder, and an internal representation of the document (WBXMLTree).
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10
    FOXY is a filtering web proxy. Originally designed to provide device-independent access to the World Wide Web, it may also be used for HTTP-filtering, extraction and reauthoring of existing web content or as security device against web based attacks.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ICT Printing Press is product for offset Printing Press. It simply takes few related parameters of customer's order as input and present total estimation of project, most economical job size, machine, paper stock cutting plan for sheet or reel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Softwares that allow J2ME-enabled mobile devices to surf the web via a Bluetooth connection with a PC.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Tera-WURFL can identify the capabilities of mobile devices using PHP, a MySQL database backend and the standardized Wireless Universal Resource File (WURFL).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    j2wap is a JAVA based WAP Browser, it is in BETA stages. It supports the WAP 1.2 spec, with the exception of WTLS and WBMP. *** NOTE: You will need the kAWT library to run j2wap on the Palm, it's free and you can get it from www.kawt.de ***
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Python Multimedia Messaging Service (MMS) library The python-mms library provides an "mms" module for Python, consisting of classes that facilitate the creation, manipulation and encoding/decoding of MMS messages used in mobile phones.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    51Degrees-PHP

    51Degrees-PHP

    Mobile Device Detection for PHP - 4 Step Setup - 3 Minutes

    4 Steps - Download, Unzip, Include, Go Mobile with PHP Add mobile device detection to PHP the easy way with 51Degrees.mobi. No cloud services, no external plug-ins, all Mozilla Public Licence source code. It's a great alternative to WURFL or DeviceAtlas. Step 1 - Download the Zip file from SourceForge. Step 2 - Unzip the file into a directory of your choice within your project. Step 3 - Then add the following code to your PHP page file: include_once('path/to/51Degrees.php'); include_once('path/to/51Degrees.usage.php'); (It is recommended for performance purposes that these lines are included after a session_start();) Step 4 - Get the details about the device that is accessing your site with code like this: if ($_51d[‘IsMobile’] == TRUE) { //Start coding for a mobile device here. } Read the full user guide on our web site.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    51Degrees-C

    51Degrees-C

    Mobile Device Detection for C and C++

    Add mobile device detection to your C or C++ program the easy way with 51Degrees. No cloud services, no external plug-ins, all Mozilla Public License source code. It's a great alternative to WURFL or DeviceAtlas. 1. Download and extract. 2. Run the setup file. 3. Import the code into your project or call the compiled executable as a process. Visit http://51degrees.com/Support/Documentation/APIs/C.aspx to get the full setup guide. The zip file contains a batch file for easy compilation. You will need Visual Studio 2010 (or greater) or GCC set up and configured on a Windows operating system in order to use this batch file. See the user guide linked to above for full instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ASP.NET-CMS is aimed to be a good easy to use and manage web based content management system. It will include all possible features that a web application can have like a web portal. It will have good administration features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Web, Wap & iMode Java J2SE/J2EE Lightweight Framework and Tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Media Transcoding Server Alembik is a Java (J2EE) application providing transcoding services for variety of clients. It is fully compliant with OMA's Standard Transcoder Interface specification and is distributed under the LGPL open source license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bluetooth Personal Area Network client (PAN) with Support for RADIUS / Bluetooth Network Access Server (Point) (NAS / NAP) with Radius AAA. Project is supported by Nokia. Target BT stacks MS, Widcomm, BlueZ, Affix Blu(etooth) S(ymbian) PAN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An open-source WAP-based Internet browser similar to OperaMini. The project home page is here: http://research.alexeysmirnov.name/bp We will move to SourceForge soon!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CGI::WML extends CGI.pm to work with the Wireless Markup Language (WML) and the Wireless Application Protocol (WAP). In short this module gives you the power of CGI.pm for WAP devices, such as cell phones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CellMate Bot currently allows google queries and aim functions through OSCAR. Made to be used form your cellphone's AIM client, CellMate Bot will be updated to include email, news and map directions in the future. For now, you can use Google SMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Chicabyte! Wap Suite is intended to be an Open Source Tool for wireless access to vital web functions and informations by WML. The first step will be to create a WML client for the Meta Weblog API, more functions to follow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next