Skip to content

alessiovaralta/BZtraffic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BZtraffic

Traffic is a free software online application and is developed under AGPL License

It helps the local travelers to choose the best passage thruogh Bolzano roads regarding to the traffic flow.

Where to find documentation:

The documents of the API can be found on: http://ipchannels.integreen-life.bz.it/doc/ More technical info about hardware installation of the API can be found on: http://www.integreen-life.bz.it/approfondimenti-tecnologici

How does Traffic work?

Traffic captures all the required datas from The Integreen API through the link: http://ipchannels.integreen-life.bz.it/LinkFrontEnd/ This link provides all necessary information to estimaste the traffic situation of streets in Bolzano. the API counts the vehicles, calculates the velocity and returns the datas. With these datas from API, Traffic estimates the vehicular traffic of the streets and evaluates the time needed to travel with vehicle and bicycle from a place to another in Bolzano roads.

Prerequisites

  • JSON All the information retrieved from integreen API are in JSON format, so to begin with, it's necessary to have a base knowledge of what it is and how does it work. more on JSON

  • PHP In Traffic we acquire and manipulate the datas (comming from API) by a class and some functions which are written in PHP. more on PHP

Installation

  • WEB SERVER Download and install a web server. Our recommendation is a package solution like XAMPP which contains a web server "APACHE", along with "PHP" and "MYSQL" here you can choose your compatible version to install.

  • CODES Download the codes of the project on your local disk here unzip the downloaded file into "htdocs" directory found in your XAMPP installation address.

ENJOY!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • HTML 30.7%
  • CSS 3.9%
  • PHP 1.2%
  • Other 0.1%