OpenRadarFeatureWishlist: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(→‎FGCom Integration: Further notes on integration re: buttons)
 
(47 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[OpenRadar| Back to mainpage]]
[[OpenRadar| Back to mainpage]]


This page collects the feature proposals for [[OpenRadar]].
This page collects the feature proposals for [[OpenRadar]].


== General ==
== General ==
* (by design) Callsign greater than 7 characters, cannot even have ICAO_TWR as callsign. Would like at least 10
:(comment ww: The flightgear MP protocol supports only 7 chars (max. 7 chars plus trailing zero equals 8 bytes, see [[Multiplayer protocol]])
::Well this should be fixed. What if multiple controllers control with similar callsigns? (E.g. LSZH_APP_EAST,LSZH_APP_WEST)
* Wider radar range for CTR controllers (FGCom radio & visibility range)
:ww:I need to validate, but to my current knowledge, FGCOM is restricted on server side and the contact visibility by the MP server. I thought already about a special mode for CTR, that registers OR as MP server (proxy). Then it would get all contacts worldwide. For FGCOM we could add these special frequencies to the list of frequencies that are available everywhere at the FGCOM server.
* Controlling multiple airports (CTR controller)
:ww: To be able switch some features from airport to airport (METAR, runways, FGCOM, StdRoutes) I need to rework some parts of the application (relocation of OR multiplayer client to new airport, loading of different METAR, runways, routes etc). It would work like an hopping from airport to airport. Something for future releases, I think.
* ATIS recording feature
:ww: Recording and then replay over the ATIS frequency? This might be possible.
::mc: Yes. compare with VRC (VatSim Virtual Radar Client), which has a recording option and EuroScope which does generate if from recorded fragments. - Text to speech (Espeak/Festival) integration would be the "tripple-A" feature!1!! ;)
* Give the fullname of a VOR when going over it with the cursor (MLN = Melun, LGL = L'Aigle) as ATC and pilot use also VOR names in real life. (Do the same for Airports and NDB?)
:ww: technically possible, but tooltips disturb usability very much. Please open a thread in forum and discuss is with the users!
* Traffic counter
* Allow IAPs to be shown separate to SIDS / STARS
== Aircraft/Pilot Flag ==
* See assigned flightlevel (according to flightplan)
== METAR ==
* METAR of nearby airports => right click on the METAR lines and define them.


* Callsign greater than 7 characters, cannot even have ICAO_TWR as callsign. Would like at least 10 (comment ww: The flightgear MP protocol supports only 7 chars (max. 7 chars plus trailing zero equals 8 bytes, see [[Multiplayer protocol]])
== Messages ==
* Inter ATC communication. Some method of talk/text just between ATC controllers would be nice, to coordinate handovers (ww: yes, but as much as I know they use mumble right now...)
* Make it not working at FG's [[KSFO|default airport]] (to guard against heart attacks on trying-to-be-KSFO-police people). ww: We are living in a free world of free software. Its like forbidding aircrafts at an airport. I have seen pilots missing all decency and mad ATC guys. We cannot lock them out without creating a closed environment... No, that is not the way it should be done... If someone wants to disturb he still can use aircrafts or the different ATC-models out there...


== RadarMap ==
== Radar Map ==
* show more ground detail (data source?)
* separation rings (1000ft in vertical and 500ft in horizontal distance)
* separation rings
* alerts for collision and speed violations
* alerts for collision and speed violations
* an alarm for when new aircraft enter the area so that when you are busy doing something else while waiting for someone to come into your area you will be notified
* additional deselect button below the map
* (via Standard routes, have no other data source) Show Restricted, Prohibited and Danger Areas


== RadarContact handling ==
== Route Editing ==
* Speed limitation point tag for Elements, similar to the arrows. Requires text for speed. (ww: the attribute <code>text=""</code> is not enough?)
* Loop - allow standard / non-standard loop - e.g. https://i.imgur.com/1IA0TFB.png


== FGCom Integration ==
== FGCom Integration ==
* Remove CTRL as PTT button, clashes with CTRL-Left click for "neglect", suggest Right Shift (ww: but the right hand is occupied with the mouse. maybe we move the neglected key to the right SHIFT. SH: If using FGcom, most of the time there would be no need to use anything but single key presses, so therefore any button would be fine. Remember LShift is the primary key for PTT2. Fn keys?)
* Add "set PTT shortcut key" feature
* Add "set PTT button" feature
* Change volume of fgcom channel


== ATC Coordination ==
== ATC Coordination ==
* coordinate multiple instances of OpenRadar using a protocol a la VatSim (ww: this will work only for OpenRadar instances, not to ATC-ML, ATC-TOWER etc...)
* coordinate multiple instances of OpenRadar using a protocol a la VatSim (ww: this will work only for OpenRadar instances, not to ATC-ML, ATC-TOWER etc...)
* (mp data) see what frequencies other ATC's are using
:ww: I transmit the first frequency via FGCOM protocol, but do not display it yet, because the FG frequencies are set to a fix value.
* Hand-off feature
:* (mp data) See to which frequency the Pilot is connected to (com1 & com2)
::ww: the frequency transmitted by FG via MP is not correct, is already implemented in background)
:* See on the map what regions are "controlled" by who (dark grey if an area is controlled, so the ATC knows to whom he can do the handoff)
== Missing/incomplete FG MP protocol data ==
* '''Active''', tuned in '''frequency''' (COM1/COM2): the '''tuned-in COM frequencies''', there is one for COM1, but it is not implemented, it delivers no data
* MP Chat Unicode support
* MP Chat private message support
==TTS Support==
By [[User:Legoboyvdlp|Legoboyvdlp]] ([[User talk:Legoboyvdlp|talk]]) 10:32, 20 April 2015 (EDT)
Hi. I would like to see in the future TextToSpeech support with the ordinary chatbox, over FGCOM.
*ATIS- one would say Welcome... TTS in use... Please use (arpt frequency) for ALL services incl. ATIS. A pilot would tune in, and one would listen to their "Hello XXXX ATC" and then one would press a button to auto calculate what the ATIS is IRL or define your own by typing or a dialog box
One would use the . Commands and it would "talk" over FGCOM
possible?


[[Category:OpenRadar|FeatureWishlist]]
[[Category:OpenRadar|FeatureWishlist]]

Latest revision as of 11:23, 5 December 2018

Back to mainpage

This page collects the feature proposals for OpenRadar.

General

  • (by design) Callsign greater than 7 characters, cannot even have ICAO_TWR as callsign. Would like at least 10
(comment ww: The flightgear MP protocol supports only 7 chars (max. 7 chars plus trailing zero equals 8 bytes, see Multiplayer protocol)
Well this should be fixed. What if multiple controllers control with similar callsigns? (E.g. LSZH_APP_EAST,LSZH_APP_WEST)
  • Wider radar range for CTR controllers (FGCom radio & visibility range)
ww:I need to validate, but to my current knowledge, FGCOM is restricted on server side and the contact visibility by the MP server. I thought already about a special mode for CTR, that registers OR as MP server (proxy). Then it would get all contacts worldwide. For FGCOM we could add these special frequencies to the list of frequencies that are available everywhere at the FGCOM server.
  • Controlling multiple airports (CTR controller)
ww: To be able switch some features from airport to airport (METAR, runways, FGCOM, StdRoutes) I need to rework some parts of the application (relocation of OR multiplayer client to new airport, loading of different METAR, runways, routes etc). It would work like an hopping from airport to airport. Something for future releases, I think.
  • ATIS recording feature
ww: Recording and then replay over the ATIS frequency? This might be possible.
mc: Yes. compare with VRC (VatSim Virtual Radar Client), which has a recording option and EuroScope which does generate if from recorded fragments. - Text to speech (Espeak/Festival) integration would be the "tripple-A" feature!1!! ;)
  • Give the fullname of a VOR when going over it with the cursor (MLN = Melun, LGL = L'Aigle) as ATC and pilot use also VOR names in real life. (Do the same for Airports and NDB?)
ww: technically possible, but tooltips disturb usability very much. Please open a thread in forum and discuss is with the users!
  • Traffic counter
  • Allow IAPs to be shown separate to SIDS / STARS

Aircraft/Pilot Flag

  • See assigned flightlevel (according to flightplan)

METAR

  • METAR of nearby airports => right click on the METAR lines and define them.

Messages

Radar Map

  • separation rings (1000ft in vertical and 500ft in horizontal distance)
  • alerts for collision and speed violations
  • additional deselect button below the map
  • (via Standard routes, have no other data source) Show Restricted, Prohibited and Danger Areas

Route Editing

  • Speed limitation point tag for Elements, similar to the arrows. Requires text for speed. (ww: the attribute text="" is not enough?)
  • Loop - allow standard / non-standard loop - e.g. https://i.imgur.com/1IA0TFB.png

FGCom Integration

  • Add "set PTT shortcut key" feature
  • Change volume of fgcom channel

ATC Coordination

  • coordinate multiple instances of OpenRadar using a protocol a la VatSim (ww: this will work only for OpenRadar instances, not to ATC-ML, ATC-TOWER etc...)
  • (mp data) see what frequencies other ATC's are using
ww: I transmit the first frequency via FGCOM protocol, but do not display it yet, because the FG frequencies are set to a fix value.
  • Hand-off feature
  • (mp data) See to which frequency the Pilot is connected to (com1 & com2)
ww: the frequency transmitted by FG via MP is not correct, is already implemented in background)
  • See on the map what regions are "controlled" by who (dark grey if an area is controlled, so the ATC knows to whom he can do the handoff)

Missing/incomplete FG MP protocol data

  • Active, tuned in frequency (COM1/COM2): the tuned-in COM frequencies, there is one for COM1, but it is not implemented, it delivers no data
  • MP Chat Unicode support
  • MP Chat private message support

TTS Support

By Legoboyvdlp (talk) 10:32, 20 April 2015 (EDT) Hi. I would like to see in the future TextToSpeech support with the ordinary chatbox, over FGCOM.

  • ATIS- one would say Welcome... TTS in use... Please use (arpt frequency) for ALL services incl. ATIS. A pilot would tune in, and one would listen to their "Hello XXXX ATC" and then one would press a button to auto calculate what the ATIS is IRL or define your own by typing or a dialog box

One would use the . Commands and it would "talk" over FGCOM possible?