]> git.mxchange.org Git - flightgear.git/blob - src/NetworkOLK/README
2000 17 Jan updates from "Oliver Delise" <delise@mail.isis.de>
[flightgear.git] / src / NetworkOLK / README
1 Network README
2 --------------
3 Here in .../Simulator/Network will be the new home for multi pilot
4 related code.
5 For the moment all you get is a new menu entry "Network" with the
6 folowing entries:
7
8 - Hyper Blast            : Toggles between LaRCsim and a tuned Flight-Model
9                            you can change between both "on the fly "
10 - Toggle Display         : enable/disable info (Lat/Lon/Alt) about found player
11                            well, by now it will be you. ;-))
12 - Display Netinfos       : n.i. will display more detailed information
13 - Enter Callsign         : to enter your name
14 - Scan for Deamons       : n.i. will scan the network for FGFS_D's
15 - Register to FGD        : n.i. will allow pilot to connect to found Deamons
16 - Show Pilots            : n.i. ? not yet sure what to show, maybe their planes
17 - Send Message           : n.i. will send a message to a specific Pilot
18 - Send Message to all    : n.i. obvious, isn't it ?
19 - Unregister from Deamon : n.i. 
20
21 In the Tools directory you will find some progs (one first try of deamon)
22 to play with. There is also a README file, check it out.
23
24 You don't need a net-access to test this new stuff since it is just an idea
25 of how to incorporate a Multi-Pilot Mode in FGFS.
26
27 There are two security options:
28 a) Compiletime - commenting the "#define FG_NETWORK_OLK" in "network.h" 
29    disables ALL network related stuff in case of problems, shouldn't occur ;-)
30 b) Runtime - setting the "int net_hud_display" variable to 0 disables any
31    network display (default)
32
33 Have Phun
34 Oliver  <delise@mail.isis.de>