https://github.com/microg/networklocation
Deprecated! Use UnifiedNlp --- Geolocation using wlan and gsm cells. Data provided by Apple and opencellid.org
https://github.com/microg/networklocation
Last synced: 9 months ago
JSON representation
Deprecated! Use UnifiedNlp --- Geolocation using wlan and gsm cells. Data provided by Apple and opencellid.org
- Host: GitHub
- URL: https://github.com/microg/networklocation
- Owner: microg
- Created: 2012-06-22T14:34:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T09:05:41.000Z (almost 12 years ago)
- Last Synced: 2025-03-24T13:43:46.970Z (10 months ago)
- Language: Java
- Homepage:
- Size: 1.04 MB
- Stars: 104
- Watchers: 29
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NetworkLocation
=======================
Geolocation using wlan and gsm cells. Data provided by Apple and opencellid.org.
Part of the μg Project.
Building [](https://travis-ci.org/microg/NetworkLocation)
--------
NetworkLocation can be easily build using maven (assuming you correctly setup the android sdk):
mvn package
See [maven-android-plugin](https://code.google.com/p/maven-android-plugin/) for more info
License
-------
> Copyright 2013 μg Project Team
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
> http://www.apache.org/licenses/LICENSE-2.0
> Unless required by applicable law or agreed to in writing, software
> distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions and
> limitations under the License.