
-franciskane-
Members-
Content Count
15 -
Joined
-
Last visited
Everything posted by -franciskane-
-
Euclidean Distance Algorithm in PHP
-franciskane- replied to -franciskane-'s topic in PHP Coding Help
@requinixI think my friend has already done that part. that's why the code is the only thing missing. since the algorithm is already available from the published paper. -
Euclidean Distance Algorithm in PHP
-franciskane- replied to -franciskane-'s topic in PHP Coding Help
@requinix The project is about attendance tracking through wifi fingerprinting based on a published paper that I posted in my original question months ago. The project aims to track the log in and log out time of the faculty members of a school and determine the accuracy of location estimation using QR code and WIFI RSS Fingerprinting. -
Euclidean Distance Algorithm in PHP
-franciskane- replied to -franciskane-'s topic in PHP Coding Help
@requinix We just need help with the algorithm itself. and how to use the values that were mentioned above. @gw1500se Room 413 and 415 will be tested independently. This was supposed to be implemented on the whole building but for now only 2 rooms will be used first. And AP 1 and 2 for each room will also be tested. (I apologize in advance if I answered your question differently, English is not my main language) -
I made a post a while back about this topic here: and I've clarified a few things with my friend. 1. The input from the project will be coming from a mobile app which will be using a qr code. The qr code contains the Room Number and the 2 Access Points for each room. When a user scans the qr code it will pass that info to the web app that has the algorithm and verify what room he/she is in the access point that was 'scanned'. 2. For the testing of the project we decided to use two rooms of the building of our alma mater and the access points were already defined based on tests:
-
I'm helping a friend in developing a project for our alma mater. And its based on this paper: An Enhanced Indoor Positioning Method Based on Wi-Fi RSS Fingerprinting So far 80% of the web app is finished except for the algorithm (We have no experience with algorithms to source code translations) that needs to be implemented in the website. Inside this paper there is this algorithm that the proponents of the research used. (attached as screenshot). The algorithm was converted to code by using MATLAB, but we are trying to use PHP with our project. Based on the pseudo code the calculati