Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BaSyx / Documentation / API / Gateway"

m (Daniel.Espen.iese.fraunhofer.de moved page BaSyx.Gateway.API to BaSyx / Documentation / API / Gateway: Consistency)
m (Updates top links)
 
Line 1: Line 1:
 
{| class="wikitable"
 
{| class="wikitable"
| [[BaSyx.Gateway.Overview | Overview]]  <nowiki>|</nowiki>  [[BaSyx.Gateway.API | Interface]]  <nowiki>|</nowiki>  [[BaSyx.Gateway.Implementation | Implementation]]
+
| [[BaSyx_/_Documentation_/_Gateway | Overview]]  <nowiki>|</nowiki>  [[BaSyx_/_Documentation_/_API_/_Gateway | Interface]]  <nowiki>|</nowiki>  [[BaSyx_/_Documentation_/_Implementation_/_Gateway | Implementation]]
 
|}
 
|}
 +
 
Since a Gateway translates between protocols, the API is dependent on the translated protocols. Thus, there is no specific API.  
 
Since a Gateway translates between protocols, the API is dependent on the translated protocols. Thus, there is no specific API.  
 
For example, an HTTP-GET is internally translated to the VAB primtive ''GET'' and then further translated to the native protocol equivalent of a ''GET''.
 
For example, an HTTP-GET is internally translated to the VAB primtive ''GET'' and then further translated to the native protocol equivalent of a ''GET''.

Latest revision as of 10:05, 12 March 2020

Overview | Interface | Implementation

Since a Gateway translates between protocols, the API is dependent on the translated protocols. Thus, there is no specific API. For example, an HTTP-GET is internally translated to the VAB primtive GET and then further translated to the native protocol equivalent of a GET.

Back to the top