From ec56abf8cd24235931ed9855000626502fdd8c97 Mon Sep 17 00:00:00 2001 From: Anyplace Date: Fri, 28 Jun 2019 17:35:21 +0300 Subject: [PATCH] Release v3.5 Changes 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. --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 07c2853f7..de50efc78 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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. @@ -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