Skip to content

LiquidGalaxyLAB/SAVT-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAVT-Dashboard

Google Summer of Code project for Liquid Galaxy organization.

Browser client side of Smart Agro Visualization Tool (SAVT) project.

SAVT is a web application that creates a friendly non-expert user experience to visualize smart agriculture data grouped in two types (sensors and drone images) and send them to a Liquid Galaxy.

SAVT Logo

Getting started

Installation

git clone git@github.com:calv00/SAVT-Dashboard.git
cd dashboardproject
sudo npm install

SAVT-Dashboard is prepared to get its data from a public server (sensor-api), and send orders to a local server(kml-server) to deploy information on Liquid Galaxy. These two servers are located in SmartAgroVisualizationTool repository. To accomplish this, its necessary to add the addresses (with its ports) to the file src/app/shared/environments/config.ts :

export class appConfig {

    // publicApiEndpoint is the address of the sensor-api endpoint server
    public static publicApiEndpoint = 'YOUR_PUBLIC_API_ENDPOINT_ADDRESS';

    // localApiEndpoint is the address of the kml-server endpoint server
    public static localApiEndpoint = 'YOUR_LOCAL_API_ENDPOINT_ADDRESS';
}

The default ports of the servers are:

Usage

npm start

Developing

Built With

Information

This app is configured to run on port 3001. To change the port, the file bs-config.json has to be modified:

{
  "port": 3001,
  "server": {
    ...
    }
  },
  ...
}

Future work

Feature Status
Deploy on public server Not planned

References

SAVT-Dashboard has been created thanks to the code of the projects:

Readme based on wearehive's project-guidelines

Google Summer of Code

GSOC info explained here.

Issues

Feel free to open an issue of any error you find in the project.

Licensing

MIT License

Copyright (c) 2017 Javier Calvo García

About

Dashboard Angular project of Smart Agro Visualization Tool Liquid Galaxy GSoC 2017 Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published