Skip to content

This application allows the control and the monitoring of sensors and actuators through both an augmented reality viewer deployed for Android devices and a HTML webpage

License

openformatproj/augmented-things

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Augmented Things

This is a Maven project containing the source and configuration files needed by AT. In order for the application to work, be sure to have installed om2m on your hosts: see the om2m installation procedure for more information.

Documentation

https://goo.gl/xUq2DM

Build project

On Linux, run

git clone https://github.com/openformatproj/augmented-things.git

then, from the parent directory, execute

mvn clean compile assembly:single

to produce the final .jar files (see om2m/README.md/Setting for configuration and om2m/README.md/Executing nodes for usage information), and

mvn clean compile war:war

to do the same for .war files.

Setting

After building the project, follow the following instructions

Notes for collaborators

To import this project in your Eclipse workspace

  • right click on Package Explorer -> Import -> Maven/Check out Maven Projects from SCM or File -> Import -> Maven/Check out Maven Projects
  • put in the SCM URL field the following address git@github.com:openformatproj/augmented-things.git (be sure to have the EGit SCM connector installed)
  • click Finish

Note: on some Eclipse versions, such as Eclipse Oxygen, it may be necessary to set Maven options as follows

Eclipse options

it seems that Photon doesn't require this.

Github synchronization

To synchronize your local copy with the current version of this repository

  • right click on Package Explorer/augmented-things -> Team -> Pull

to push your edit in this repository

  • right click on Package Explorer/augmented-things -> Team -> Commit -> Commit and Push

About

This application allows the control and the monitoring of sensors and actuators through both an augmented reality viewer deployed for Android devices and a HTML webpage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published