Skip to main content
Jump to: navigation, search

BaSyx / Documentation / API / Gateway

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