/** \page navtex_and_sitorb_page NAVTEX and SITOR-B \tableofcontents \image html Navtex-Choosing.png "Op Mode Select" \image latex Navtex-Choosing.png "Op Mode Select" width=1.1in
NAVTEX (Navigational Telex) is an international automated service for delivery of meteorological and marine safety information to ships. These broadcasts are sent with the SITOR collective B-mode (Also known as AMTOR-B or AMTOR-FEC), using the CCIR 476 character set. SITOR-B is also used in amateur radio, where it is known as AMTOR-B or AMTOR-FEC.
It transmits at 100 baud FSK modulation with a frequency shift of 170 Hz. The frequencies are:

The implementation reflects this structure: The Navtex modem is a specialization of the SITOR-B modem. Fldigi supports both modes. We will specify when their behaviors are different.
\section transmitting_text Transmitting a text Transmitting a text is done with the usual GUI. The only difference between the SITOR-B and Navtex modes, is that data (Whether sent with the GUI or with XML/RPC) are untouched in SITOR-B. In Navtex, on the contrary:
\section receiving_text Receiving a text The only difference between the SitorB and Navtex modes, is that messages are processed (Parsed and optionally stored) only in Navtex mode. Here is a typical transmission showing:

The modem has some flexibility when interpreting messages, and is able to deal with missing or incomplete preamble and terminator.
\image html Navtex-Reception.png "Navtex Reception" \image latex Navtex-Reception.png "Navtex Reception" width=6.0in
\section automatic_frequency_control AFC: Automatic Frequency Control As shown in the reception screen hard-copy, it is possible to tick "AFC". The consequence is that the frequency is continuously monitored.
\section logging_navtex_data Logging Navtex data to ADIF files Navtex messages are delimited with the usual separators ZCZC and NNNN. Their format is:
ZCZC B1B2B3B4
(message text ...)
NNNN
These four characters are:
\section navtex_config Configuration \image html Navtex-Configuration.png "Navtex Configuration" \image latex Navtex-Configuration.png "Navtex Configuration" width=6.0in
As for any modem, there is a specific configuration tab for Navtex which allows:
\section adif_journal ADIF journal file \image html Navtex-Logged-Contacts.png "Logging Contacts" \image latex Navtex-Logged-Contacts.png "Logging Contacts" width=6.0in
Navtex messages can be logged to the ADIF file. This is done with other extra data:

\section station_file Stations file \image html Navtex-Choosing-Stations-File.png "Choosing Stations File" \image latex Navtex-Choosing-Stations-File.png "Choosing Stations File" width=5.0in
The emitter station is extracted from the Navtex message, and used to extract latitude, longitude, station name and other characteristics from a file containing well-known station, data/NAVTEX_Stations.csv. It is possible to edit this text file, or to choose another one.
\section xml_rpc_functions XML/RPC functions Two XML/RPC functions are create:
navtex.get_message Returns next Navtex/SitorB message with a max delay in seconds passed as an integer parameter. Empty string if timeout.
navtex.send_message Send a Navtex/SitorB message, passed as a string. Returns an empty string if OK otherwise an error message

\ref navtex_and_sitorb_page "Return to Top of Page"
\ref main_page "Return to Main Page" */