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

  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    LinSSID

    LinSSID

    Graphical wireless scanning for Linux

    LinSSID is graphically and functionally similar to Inssider (Microsoft™ Windows®). It is written in C++ using Linux NL80211 tools, Qt5, and Qwt 6.1. LinSSID may be installed either by downloading source or binary from this site, or if you're using Debian/Ubuntu or one of its brethren, adding a ppa to your software sources and then installing it with your favorite application manager. You can add the repository with: sudo add-apt-repository ppa:wseverin/ppa Builds are available for amd64 and i386. Please report problems on the 'discussion' tab.
    Downloads: 68 This Week
    Last Update:
    See Project
  • 2
    libwbxml is a library to encode and decode WBXML (WAP Binary XML). It was migrated to GitHub. The pages on Sourceforge are only available for historical reasons as it was used in the past for development and releasing.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    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.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    We provide Linux drivers for webcams based on the popular Vision VLSI CPiA chipset, including the Creative WebCam II. Both parport and USB is supported.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 5
    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: 4 This Week
    Last Update:
    See Project
  • 6
    Debts is a tool for managing personal debts between people. For example when a couple of people live together and they buy things for everyone, then debts are created. The program can simplify and reduce the number of debts and visualize the situation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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: 1 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: 1 This Week
    Last Update:
    See Project
  • 9
    Hello ! This is wap/wml based guestbook written in PHP and MySQL for your WAP/WML sites. It has same features as a normal web based guestbook.It contains three main fields - name, email and comments. It also includes RATING for your WAP-site.Check It Out
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 10
    The Wbxml Parser is a tool for SYNCML 1.2 that parse trace log(eg. 02 00 00 6A..) and you are able to drag & drop wbxml file to it. it support SYNCML 1.2 currently. and it create WBXML FILE in data folder when only you are copy & paste trace log to it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    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: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    Web, Wap & iMode Java J2SE/J2EE Lightweight Framework and Tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    A PHP library/framework for the development of websites. The main features are: database independence, template-driven content, theme-able content generation, integrated WML generation, user content management, Lucene server integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A new way to share and backup own files. In fact, you login , upload files and if you want , you can create a share link about one or more files and send this link to your friends or put it on your web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    Softwares that allow J2ME-enabled mobile devices to surf the web via a Bluetooth connection with a PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    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
  • 23
    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
  • 24
    This is a multiplatform general utility suite for use with existing network stumbling software, such as Kismet or NetStumbler. The program will convert between multiple output logs, including the popular wi-scan format, between platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Configure your PC to access the Internet using the mobile and keep your connection charge under control. If program do not run install gambas2-gb-gtk gambas2-gb-qt packages. Additional language support for: Italian, French, Spanish, Croatian.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.