FlightGear Multiplayer Server: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
No edit summary
(server types, special callsigns)
Line 1: Line 1:
'''FGMS''' or '''FlightGear Multiplayer Server''' is a standalone network server for [[FlightGear]] and licenced under the GPL. It allows flying with other pilots over a network inside FGFS.
'''FGMS''' or '''FlightGear Multiplayer Server''' is a standalone network server for [[FlightGear]] and licenced under the GPL. It allows flying with other pilots over a network inside FGFS.
Types of servers that can be configured:
# Relay server
# Crossfeed server - ''what's this?''
# Tracker - this is sent an update every 10 sec
Special callsigns:
* "'''obs'''" allows a connected FlightGear client to view all other MP pilots worldwide (position data and chat messages), yet remain invisible to them and on [[MPmap]].
* "'''mpdummy'''" prevents the pilot from being tracked on FGTracker.
(Reference: fgms-0.9.13/src/server/fg_server.cxx)


==Related articles==
==Related articles==

Revision as of 15:19, 28 June 2010

FGMS or FlightGear Multiplayer Server is a standalone network server for FlightGear and licenced under the GPL. It allows flying with other pilots over a network inside FGFS.

Types of servers that can be configured:

  1. Relay server
  2. Crossfeed server - what's this?
  3. Tracker - this is sent an update every 10 sec

Special callsigns:

  • "obs" allows a connected FlightGear client to view all other MP pilots worldwide (position data and chat messages), yet remain invisible to them and on MPmap.
  • "mpdummy" prevents the pilot from being tracked on FGTracker.

(Reference: fgms-0.9.13/src/server/fg_server.cxx)

Related articles

External Links