1
0
Fork 0
flightgear/src/NetworkOLK
2000-06-15 22:31:57 +00:00
..
Tools Patch from Oliver. 2000-06-15 22:31:57 +00:00
features.cxx Initial revision (is this the best place for this?) 2000-05-03 03:02:30 +00:00
features.hxx Initial revision (is this the best place for this?) 2000-05-03 03:02:30 +00:00
fgd.h Updated for plib-1.1.x 2000-02-04 22:50:04 +00:00
FILES 2000 17 Jan updates from "Oliver Delise" <delise@mail.isis.de> 2000-01-18 18:28:51 +00:00
Makefile.am Instrument panel / steam updates for more realistic modeling of various 2000-05-02 19:41:35 +00:00
net_hud.cxx Removed all dependencies on <simgear/math/mat3.h> and friends. These are 2000-02-19 14:29:27 +00:00
net_send.cxx Fixes for cygwin32 builds. 2000-04-27 03:26:36 +00:00
network.cxx Removed all dependencies on <simgear/math/mat3.h> and friends. These are 2000-02-19 14:29:27 +00:00
network.h Code reorganization. 2000-02-15 03:30:01 +00:00
README 2000 17 Jan updates from "Oliver Delise" <delise@mail.isis.de> 2000-01-18 18:28:51 +00:00

Network README
--------------
Here in .../Simulator/Network will be the new home for multi pilot
related code.
For the moment all you get is a new menu entry "Network" with the
folowing entries:

- Hyper Blast            : Toggles between LaRCsim and a tuned Flight-Model
                           you can change between both "on the fly "
- Toggle Display         : enable/disable info (Lat/Lon/Alt) about found player
                           well, by now it will be you. ;-))
- Display Netinfos       : n.i. will display more detailed information
- Enter Callsign         : to enter your name
- Scan for Deamons       : n.i. will scan the network for FGFS_D's
- Register to FGD        : n.i. will allow pilot to connect to found Deamons
- Show Pilots            : n.i. ? not yet sure what to show, maybe their planes
- Send Message           : n.i. will send a message to a specific Pilot
- Send Message to all    : n.i. obvious, isn't it ?
- Unregister from Deamon : n.i. 

In the Tools directory you will find some progs (one first try of deamon)
to play with. There is also a README file, check it out.

You don't need a net-access to test this new stuff since it is just an idea
of how to incorporate a Multi-Pilot Mode in FGFS.

There are two security options:
a) Compiletime - commenting the "#define FG_NETWORK_OLK" in "network.h" 
   disables ALL network related stuff in case of problems, shouldn't occur ;-)
b) Runtime - setting the "int net_hud_display" variable to 0 disables any
   network display (default)

Have Phun
Oliver  <delise@mail.isis.de>