[go: up one dir, main page]

Open Source ChromeOS Mobile Software - Page 5

Mobile Software for ChromeOS

  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1

    VodacomMMS

    PHP interface to the Vodacom Email2MMS and Email2SMS services

    PHP interface to the Vodacom's Email2MMS and Email2SMS service. Delivers MMS and SMS messages via services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Open Source GPS Tracking System. It allows to use mobile phones with J2ME support as mobile trackers and see its tracks on Google Maps online. There is a web RESTful API for GPS data input. See details on http://redmine.wannatrak.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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: 0 This Week
    Last Update:
    See Project
  • 4
    Web Embedded Application Portable Objects
    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
    WAFL stands for "Website Adaptation and Formatting Layer". The goal of this project is to achieve device-specific content adaptation for content management systems. It bridges the gap between a CMS and the open source Siruna-platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WiCast

    Multicast UDP Server and Client

    WiCast is a project designed to Multicast UDP datagrams over WiFi networks. It consists of two parts a Multicast Server and a Multicast Client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Wireless Universal Resource File

    Wireless Universal Resource File

    Handset Detection for Mobile Applications. Device Description Database

    WURFL lets you detect thousands of types of mobile devices accessing your web service and take decisions based on what that device can or cannot do. With WURFL, you can optimize mobile web content, effectively deliver advertisements, or analyze mobile traffic. WURFL will read HTTP requests from mobile browsers and search the Device Description Repository (DDR) for the corresponding device properties (i.e. capabilities). WURFL will return the device capabilities to your application, which can leverage this knowledge to optimize the mobile experience. WURFL can detect over 10000 device types and offers over 500 device capabilities, including desktops, smartphones, tablets, feature phones, smart TV’s and many other emerging devices types. WURFL addresses the needs of many types of users, from large enterprises with high performance requirements, to regular companies who need a solution that is simple to deploy, integrate and customize. WURFL is provided by ScientiaMobile, Inc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WordByWord is a simple vocabulary trainer that takes an ordered list of words in two languages and presents you the words in random order. You may guess each word and then display the solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ZnetDK 4 Mobile

    ZnetDK 4 Mobile

    Responsive Web App development full-stack framework in PHP and JS

    Develop easily in PHP, MySQL and JavaScript your business web app for mobile and tablet devices from a ready-to-customize starter app, fully Responsive and Installable (PWA). No need to start up from scratch. You just have to add the views that fullfill your business requirements and connect them to the user navigation menu. All the features expected for a mobile business application are already developed! Authenticate your users through the built-in login form. Show them only the pages they are allowed access to. Design lists of data and user forms for information display and update. Customize the title, the company logo and the theme colors... The ZnetDK project started in 2015 and the first version 2.1 of ZnetDK 4 Mobile was released in 2019. ZnetDK 4 Mobile is compatible with PHP versions 7.4 up to 8.4.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Performance Monitoring | Statseeker Icon
    Network Performance Monitoring | Statseeker

    Statseeker is a powerful network performance monitoring solution for businesses

    Using just a single server or virtual machine, Statseeker can be up and running within minutes, and discovering your entire network in less than an hour, without any significant effect on your bandwidth availability.
    Learn More
  • 10
    Zoku
    Zoku Project is a simple management system for id cards using barcodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    android-timestamp-keeper

    Read and write timestamps to files in android

    Modern android devices don't use anymore Mass Storage Mode. Instead they use the internal sdcard as a virtually mounted subfolder inside /data partition. It would be ok if MTP preserved correctly timestamps, which doesn't. Other options that could work, like FTP with MFMT command doesn't work properly on android either. Droid Explorer is enough for files, but doesn't support folders. This handy bash script helps you to backup and restore the last modified timestamp for folders recursively. If you want to use an android native app, there's File Timestamp, however the txt format is different. https://play.google.com/store/apps/details?id=br.com.pogsoftwares.filetimestamp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Java library and supporting modelling/execution tools that combine Robin Milner's formal Bigraph model with the indirect communication abstraction of Gelernter's tuple-space, i.e. a coordination system based on bigraphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Bluvert is a small collection of Python scripts which allows you to build up quickly a Bluetooth advertisement server. The server can send any OBEX message you want to. Bluvert uses hcitool and obexftp/ussp-push as additional tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    btrxml

    Basic, Tiny, Reader for XML

    A very basic, portable, tiny parser for XML, written in C under the zlib license. It is designed to be used in memory constrained environments (smartphones for example). The end result will be a "DOM-like" collection of memory. A lot of things were chopped away to deliver the very basic support for XML, and this project does not aim to become a fully compliant parser; keep it basic, stay basic. Part of the design goal is to jam all of this in to one .C file and one .H file while giving other developers a somewhat convenient API. Check the project website for more information about what btrxml is, does, won't do, example usage, and stuff like this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    evilrpg

    plugin-based RPG manager in C++ and Qt5

    Plugin-based RPG manager written in C++11 and Qt 5. Currently focused on Pathfinder (as that's what I spend my time on), but intended to be game-agnostic for most functions. Network-centric with a user-defined central list server (with a default public list server) to find games and players or just chat/spectate. Intended to manage game assets (character sheets, effects, initiatives, automate rules, etc) with a print function so you're not bound to the application to play your game. Plugins planned include a 3D mappiing capability using the Unreal Engine and initiative/effect tracking. Plugins may be under a different license than the base application, depending on the plugin. evilrpg itself is going to be under the BSD license supporting Windows, Linux, and (hopefully) Mac. Support is also planned for Android, and possible IOS if the community supports it (code is portable).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A free, java-based wearable computer and augmented reality system. Designed to be constructed out of common off-the-shelf items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A web based repository and interface to the CSV files available from the iDB iTouch/iPhone database application tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tool for install or update iPhone application via adhoc method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    iShop is a multi-user webapp that will replace forever your traditionnal shopping paper list. The base idea comes from the fact that we are many having a PDA web capable (iPhone, iPod Touch, Black Berry, HTC, N9x, ...) in the pocket.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Software solution for creation and verification of digitral signatures. Can replace tokens and smart cards with mobile phones. Components included are client and server. Can creates, verifiy and store content and signatures. Offers secure sharing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jProwlAPI is a library to provide access to the API of the Prowl-Service (http://prowl.weks.net/). Prowl is a service that lets you push notifications directly to your iPhone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    jProwlClient

    Full featured object orientated Java Prowl Client

    jProwlClient is a full featured, pure object orientated client framework for the Prowl API, written in Java. It only uses standard Java Clases, no additional frameworks are used. Prowl: http://www.prowlapp.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Virtual telescope written in Java for mobile phones. Uses CLDC1.1 and MIDP2.0. Tested on mobile phone with 2MB RAM and 60MB storage. The largest catalog uses TYCHO2(2.5M stars) and NGC+ IC(13k DSO) .Sky plotted in dark red. Has desktop version also.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A version of jazz (see http://jazzlib.sourceforge.net/) for mobile devices. It allows to handle zip and jar archives on devices (e.g. smart phones) executing a KVM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Simple tool for generation of Java ME stubs to be used by kSOAP2 web services access library.
    Downloads: 0 This Week
    Last Update:
    See Project