WAP Software for Linux

View 1463 business solutions
WAP Linux Clear Filters
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    libvmms

    Simple Multimedia Messaging Service (MMS) protocol decoder library.

    Simple Multimedia Messaging Service (MMS) protocol decoder library. You can use the example to parse any MMS message headers and to extract its body parts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MeetZone is a bluetooth manager. Receive and dispatch bluetooth data in piconets and nets that can be reached.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    mobileMT is a WAP interface for the MovableType publishing system using PHP as medium for delivery. It makes use of the XML-RPC protocol to submit entries to MovableType. It is Wap 1.1 standard compliant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    the most customizable portal: full i18n localization support; OS, web server, database independent; output: XHTML, PDF, RSS, TXT, RTF, WML, and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    protect product by test the number printed in it,easy to vist for wap and http.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    i-mode(iMode) is NTT DoCoMo's mobile internet acccess system. Now over 50% of ther world's wireless internet users are i-mode. This Project is i-mode mobile phone emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    open wap chat ...<br> - is an open source chatengine.<br> - the engine is written in perl 5. <br> - own template engine.<br> - stores data in flatfile-system.<br> - supports all available WAP-Devices.<br>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    phpLogFacility is a log class for PHP (like log4j for java or the dead log4php projects here), which enables you to use an easy to use logging mechanism inside your console or web script without the need of ugly debug screen output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    An easy to setup simple to use but highly configurable WAP for mobile devices. It can be used to download content to the devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    This is not a Content Management System written in PHP! The aim is to provide freedom! The web Developer is free to design webpages/data using any medium that can be converted to XHTML, XML, WAP, etc. Extend a 'Renderer' to add the functionality!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Control and mangement for your movies rental store. e-commerce, orders administration, history of events, approval of new users. ==== Controle e gerênciaia de vídeo locadoras. Locações pela web, administração de pedidos, histórico.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    romanHunter

    romanHunter

    ROuter MAN HUNTER detects wireless attackers and captures their MAC

    romanHunter (router man Hunter) is a wireless honeypot or closer to a sinkhole that will bait a cracker, capture the MAC address, reset the WIFI password (effectively destroying their connection) and wait for the next authorized connection. The password changes happen on a round robin basis from entries in the password file (pw_list.txt).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WML taglib for WAP enabled devices. Based on struts-html 1.1b2 and 1.1b3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    wapadmin is a collection of wml pages and php scripts to allow some remote administration of a linux/unix server. Unfortunately I do not have enough time to continue this project and my interests are currently based in a different area. So I want to wish
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    wapbber is intended to be a fully featured jabber client for wireless devices, written in Perl, using Wireless Application Protocol (WAP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    wbxml4j is a Java class library for encoding and decoding WBXML (WAP Binary XML)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    WML/XHTML Gateway is php application that work like common web based proxy which converts the result into wml or xhtml compatible page (without javascript or style) on the fly
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Simple, customizable, PHP feedreader (aggregator) to integrate news from others RSS syndication pages on your website, intranet, desktop or WAP (wml) site. It can be integrated with other CMS or weblog management systems. Check homepage to review feature
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    51Degrees-Java

    51Degrees-Java

    Mobile Device Detection for Java - 4 Step Setup - 3 minutes

    Add mobile device detection to Java the easy way with 51Degrees.com. No cloud services, no external plug-ins, all Mozilla Public Licence source code. It's a great alternative to WURFL or DeviceAtlas. Also available on Maven. 1) Download the zip and extract. 2) Add the core JAR located in the "dist" directory to your java project. 3) Import the following packages: import fiftyone.mobile.detection.Match; import fiftyone.mobile.detection.Provider; import fiftyone.mobile.detection.factories.StreamFactory; 4) Use the following code to start detecting devices: //The Lite data file is provided with every archive. Provider p = new Provider(StreamFactory.create("path/to/data/file")); Match match = p.match("USERAGENT_STRING"); boolean isMobile = match.getValues("IsMobile").toBool(); if(isMobile) System.out.println("Mobile"); else System.out.println("Not mobile");
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A wap community script with many advanced features including, forums, chatrooms, polls, blogs, chat bots, plusses system, smilies, wap games, download system, user files, user sites, user clubs including their own chatroom and forum! NOTE: USE OPERA
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB