Skip to content

Commit

Permalink
Release v3.5 Changes
Browse files Browse the repository at this point in the history
Pushing changes for:

UI bug fix for showing maps during fingerprinting at MAX_ZOOM_LEVEL
bug fix for delete floor
bug fix at back end for heatmap by timestamp API
Bug fix for server side localization
Enabled location tracking
Added feature of Finger print white listing
Updated Adroid app for capturing SSID, channel frequency, object Id, channel bandwidth
Added new feedback module in android app.
Added new UI dashboard
Configured location of frozen/raw radiomaps, logs and floor plan images at server.
Added flag to disable google authentication.
  • Loading branch information
Anyplace authored Jun 28, 2019
1 parent 577f6ad commit ec56abf
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AnyPlace v3.4 (June 2018)
# AnyPlace v3.5 (June 2019)

[![Join the chat at https://gitter.im/dmsl/anyplace](https://badges.gitter.im/dmsl/anyplace.svg)](https://gitter.im/dmsl/anyplace?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down Expand Up @@ -58,7 +58,7 @@ DEALINGS IN THE SOFTWARE.

Short description of the contents included in this release.

### A. Server v3.3
### A. Server v3.5

The server entails all components to run the anyplace service on your own server.

Expand All @@ -67,27 +67,32 @@ The server entails all components to run the anyplace service on your own server
- Instructions: https://github.com/dmsl/anyplace/tree/master/server
- Current Leaders: Constantinos Costa, Kyriakos Georgiou

#### > Viewer v3.3
#### > Viewer v3.5
The source code of Anyplace HTML5/CSS3 Viewer Client (IP localization).
- Try: https://anyplace.cs.ucy.ac.cy/viewer/
- Documentation/Source: https://github.com/dmsl/anyplace/tree/master/server/public/anyplace_viewer

#### > API v3.2
#### > API v3.5
The source code of Anyplace JSON API.
- Try: https://anyplace.cs.ucy.ac.cy/developers/
- Documentation/Source: https://github.com/dmsl/anyplace/tree/master/server/public/anyplace_developers

#### > Architect v3.2
#### > Architect v3.5
The source code of Anyplace HTML5/CSS3 Architect Tool.
- Try: https://anyplace.cs.ucy.ac.cy/architect/
- Documentation/Source: https://github.com/dmsl/anyplace/tree/master/server/public/anyplace_architect

#### > Data Store v3.2
#### > *** NEW: Admin Dashboard v3.5 ***
The source code of Anyplace HTML5/CSS3 Architect Tool.
- Try: only for administrative purpose.
- Documentation/Source: https://github.com/dmsl/anyplace/tree/master/server/public/anyplace_dashboard

#### > Data Store v3.5
To setup Anyplace with Couchbase follow the general server instructions here:
- Instructions: https://github.com/dmsl/anyplace/tree/master/server
- Couch Views: https://github.com/dmsl/anyplace/tree/master/server/anyplace_views

### B. Android v2.5
### B. Android v2.6
The Source code for the Anyplace Android Logger and Navigator (WiFi/IMU/IP Localization). Current Leader: Timotheos Constambeys.
- Try: https://play.google.com/store/apps/details?id=com.dmsl.anyplace
- Documentation/Source: https://github.com/dmsl/anyplace/tree/master/android
Expand Down

0 comments on commit ec56abf

Please sign in to comment.