(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
* [[DataBridge|Data Bridge]] and Layer4 gives high-level access to data packets (it assembles blocks, asks radio to retry failed, transmits blocks, etc.)
 
* [[DataBridge|Data Bridge]] and Layer4 gives high-level access to data packets (it assembles blocks, asks radio to retry failed, transmits blocks, etc.)
 
* IPBridge / TUN interface allows to send IP packets via Linux IP stack between server and radio that has support of IP (such as Motorola)
 
* IPBridge / TUN interface allows to send IP packets via Linux IP stack between server and radio that has support of IP (such as Motorola)
* [[MQTT API]] and [[HTTP API]] provide application data for SMS, GPS, Registration Service on top of vendor specific protocols
+
* [[MQTT API|Service Wrapper]] and [[HTTP API|Service API]] provide application data for SMS, GPS, Registration Service on top of vendor specific protocols
 
* [[APRS|APRS Gate]] bridges GPS, SMS, telemetry between DMR and APRS-IS domain
 
* [[APRS|APRS Gate]] bridges GPS, SMS, telemetry between DMR and APRS-IS domain

Latest revision as of 11:53, 23 November 2020

BrandMeister DMR Server provides several ways to send and receive DMR data:

  • Simple External Application protocol provides direct access to data blocks and headers on CCL layer of DMR stack
  • Data Bridge and Layer4 gives high-level access to data packets (it assembles blocks, asks radio to retry failed, transmits blocks, etc.)
  • IPBridge / TUN interface allows to send IP packets via Linux IP stack between server and radio that has support of IP (such as Motorola)
  • Service Wrapper and Service API provide application data for SMS, GPS, Registration Service on top of vendor specific protocols
  • APRS Gate bridges GPS, SMS, telemetry between DMR and APRS-IS domain

BrandMeister DMR Server provides several ways to send and receive DMR data: