Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Puppet Nginx | 468 | 28 | 5 days ago | 21 | September 02, 2016 | 112 | mit | Ruby | ||
Puppet Module to manage NGINX on various UNIXes | ||||||||||
Ulogger Android | 267 | 3 days ago | 8 | gpl-3.0 | Java | |||||
μlogger • android application for real-time collection and publishing of geolocation data | ||||||||||
Try Haxe | 122 | 4 years ago | 27 | mit | Haxe | |||||
A small webapp that allows to test Haxe online | ||||||||||
Rcssserver | 120 | 5 months ago | 9 | lgpl-3.0 | C++ | |||||
The RoboCup Soccer Simulator Server | ||||||||||
Amqp Js | 119 | 11 years ago | 2 | JavaScript | ||||||
A push enabled AMQP Client for Javascript | ||||||||||
Multi Pool Installer | 107 | 2 years ago | 11 | mpl-2.0 | Shell | |||||
Ultimate Crypto-Server Setup Installer! Automates most of the tedious tasks of crypto-server setup | ||||||||||
Backgroundlocation | 102 | 7 years ago | 2 | JavaScript | ||||||
Background Phonegap app that sends current gps location to a server. | ||||||||||
Nordvpn Server Find | 77 | 8 months ago | 1 | Shell | ||||||
Find the fastest NordVPN servers from the command line, filtering by location and current server load | ||||||||||
Meteor Cordova Geolocation Background | 62 | 8 years ago | 1 | March 03, 2015 | 4 | JavaScript | ||||
Cordova enabled background geolocation, so your Meteor Cordova app can update location even when closed/suspended | ||||||||||
Chasr Server | 61 | 2 months ago | agpl-3.0 | Python | ||||||
End-To-End Encrypted GPS Tracking Service |
Phonegap 3.0 app that can run in the background and sends current gps location to a server.
Developed using the new Phonegap 3.0 Command Line Interface, so the top level www directory is where all editing should take place, then just build for whichever platforms you wish to target.
We have developed and tested this app on iOS and Android. In theory it will work on all devices that Phonegap supports, such as Windows Phone, Blackberry, for a full list check http://phonegap.com/
We have tried to make the UI conform to iOS apple store standards. Our app is currently waiting for approval, we will update once it is approved/rejected.
Network Information
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git
GeoLocation
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
Splash Screen
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
Notifications
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
Once you have performed 'phonegap build ios', Open the resources subfolder in xcode, click the .plist file, add a new row, Type 'Required background modes', in the first index select 'App registers for location updates'.