Terminal Node Controller: Difference between revisions

From Amateur Radio Wiki
Jump to navigation Jump to search
(Added link to Direwolf)
m (fixed formatting)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


A '''T'''erminal '''N'''ode '''C'''ontroller (TNC) is a device used in packet radio.  The TNC is analogous to a MODEM in wired communications.  The TNC converts analog audio signals that have been received over the radio into digital bytes to be sent to a computer, and also converts digital bytes from the computer into analog audio signals that can be transmitted over radio.
A '''T'''erminal '''N'''ode '''C'''ontroller (TNC) is a device used in [[packet radio]].  The TNC is analogous to a MODEM in wired communications.  The TNC converts analog audio signals that have been received over the radio into digital bytes to be sent to a computer, and also converts digital bytes from the computer into analog audio signals that can be transmitted over radio.


[https://tnc-x.com/TNCPi.htm Costal ChipWorks] sells a TNC kit that is designed to connects to a Raspberry Pi computer, in 1200 baud and 9600 baud version, the [http://www.tnc-x.com/TNCPi9k6.htm TNCPi9k6].  There is also a specific version of the TNC-Pi compatible with the [http://tarpn.net/t/tncpi/tncpi_assembly.html Terrestrial Amateur Radio Packet Network (TARPN)]
[https://tnc-x.com/TNCPi.htm Costal ChipWorks] sells a TNC kit that is designed to connects to a Raspberry Pi computer, in 1200 baud and 9600 baud version, the [http://www.tnc-x.com/TNCPi9k6.htm TNCPi9k6].  There is also a specific version of the TNC-Pi compatible with the [http://tarpn.net/t/tncpi/tncpi_assembly.html Terrestrial Amateur Radio Packet Network (TARPN)]


[https://github.com/wb2osz/direwolf/blob/dev/doc/README.md Direwolf] is a TNC implemented as open-source software, rather than hardware.
[https://github.com/wb2osz/direwolf/blob/dev/doc/README.md Direwolf] is a TNC implemented as open-source software, rather than hardware.

Latest revision as of 18:35, 28 July 2019

A Terminal Node Controller (TNC) is a device used in packet radio. The TNC is analogous to a MODEM in wired communications. The TNC converts analog audio signals that have been received over the radio into digital bytes to be sent to a computer, and also converts digital bytes from the computer into analog audio signals that can be transmitted over radio.

Costal ChipWorks sells a TNC kit that is designed to connects to a Raspberry Pi computer, in 1200 baud and 9600 baud version, the TNCPi9k6. There is also a specific version of the TNC-Pi compatible with the Terrestrial Amateur Radio Packet Network (TARPN)

Direwolf is a TNC implemented as open-source software, rather than hardware.