Traffic is a free software online application and is developed under AGPL License
- Comune di Bolzano progetto intergreen
- Tis Innovation Park
- web design made in cima
- developed by Ethical Software
It helps the local travelers to choose the best passage thruogh Bolzano roads regarding to the traffic flow.
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
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.
-
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
-
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!