Develop and Download Open Source Software

AirTraffic

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2002-02-18 22:11
Support for order processing (the planes change accoding to orders sent by the client), planes change direction, speed, or height gradually and let the client know of its changes, and if the simserver cannot connect to a metaserver, it will start one up.
2002-02-18 22:08
Ability to control the planes by sending orders to the sim-server, ability to start a metaserver if it cannot connect to one, a new Control Window that allows the client to give orders, network exception handling by callbacks, and new dialog windows.
2002-02-03 00:20
A simple model of mapping locations to the radar screen was implemented. The
client can visualize the location of a plane on the region the client controls.
The client also maintains a list of the planes that the client learns about via
the server.
2002-02-02 23:50
A very basic plane model was implemented as a proof of concept. It is now
possible to send and receive information regarding planes and their positions
via a client subscription interface.
2002-01-04 23:21
This is a developer's release. There are many behind the scenes changes. The most visible is that there is now an installer. The client now has threaded network connections.

Project Resources

http://freecode.com/urls/2c04d9a45749bbf3d9d571e1168c55a3
http://freecode.com/urls/e38cf12578b41c1a6cfe0f4f715dbe06
http://freecode.com/urls/6a44c1f1de29abd76d914916588ff2ef
http://freecode.com/urls/53bcc326194fc4c3923f8d373f4aff58
http://freecode.com/projects/airtraffic

Project Description

Airtraffic is a game/simulator that puts you into an air traffic controller's hotseat. Planes come into your airspace from various directions and you have to guide them safely to their destinations. It uses Python, Corba, and GTK.