Download Latest Version area-0.5.0.rar (9.2 MB)
Email in envelope

Get an email when there's a new version of A.R.E.A.

Home / Dashboard
Name Modified Size InfoDownloads / Week
Parent folder
areaDB-0.5.0.rar 2013-04-30 1.4 MB
README.txt 2013-04-30 3.6 kB
Totals: 2 Items   1.4 MB 0
AREA Augmented Reality Expert Assistant
http://arexpertassistant.es

------------------------------------
LICENSE
------------------------------------
The MIT License (MIT)

Copyright (c) 2013
Josué Candela Perdomo
Juan Francisco Gonzalez Ramos

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

------------------------------------
DESCRIPTION 
------------------------------------
AREA is an expert assistant that allows you to offer to your clients 
or audience information about your brand, localization, event and more,
all in one mobile app.

AREA offers you a complete dashboard on http://arexpertassistant.es
where you can create your entire assistant and once you have completed it 
, extend the code, configure your assistant and compile your finished 
mobile assistant.

The assistant can offer to your audience several types of answers like
GPS, augmented reality (GPS), PDF, sounds, url and images.


------------------------------------
DASHBOARD CONFIGURATION
------------------------------------
In order to configure your assistant you only need to   create your 
database structure and set the database's connection data.

1.- Creating your database

You can create your MySQL database structure importing the file 
dbstructure.sql given with this project.
 
2.- Linking your dashboard with your DB

Once you have created your database, you only need to replace on the 
file inc.connect.php the following line using your database name and 
password:

	$link=mysql_connect("localhost","databasename","databasepass");
	
3.- Changing your encription key

In the same file (inc.connect.php) it is recommendable to change the 
value of the variable $KEY, used to encrypt the IDs of users and 
assistants.
	
------------------------------------
DASHBOARD PROJECT
------------------------------------
- css
	Contains all the style files of the cpanel
- docs
	Contains the documentation about AREA client 
- img
	Contains all the images used on cpanel
- js
	Contains all the JavaScript files used on cpanel
- services
	Contains all the services offered to AREA clients (retrieve knowledges, assistant info and responses)
- sim
	Contains the emulator
- uploads
	Contains all the files related with the assistants you have created (animations & logo)

------------------------------------
DOCUMENTATION
------------------------------------

You can find more extended documentation on our forge:

https://sourceforge.net/p/ar-ea/wiki/F.A.Q./

The same information will be available on the "Developer's
Guide" placed on the /docs folder.
Source: README.txt, updated 2013-04-30