You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YANET uses a proprietary binary protocol to communicate between DataPlane, ControlPlane and CLI. There is also a cli utility that allows one to manage YANET using the command line.
There is also a family of load balancer functions described by the protobuf protocol, any other API can only be called by marshaling the arguments into the cli execution and then parsing the stdout back.
The basic idea is to implement at a minimum the API provided by cli using the protobuf protocol description, which allows managed code to be generated using any language that supports this protocol.
The text was updated successfully, but these errors were encountered:
YANET uses a proprietary binary protocol to communicate between DataPlane, ControlPlane and CLI. There is also a
cli
utility that allows one to manage YANET using the command line.There is also a family of load balancer functions described by the protobuf protocol, any other API can only be called by marshaling the arguments into the
cli
execution and then parsing thestdout
back.The basic idea is to implement at a minimum the API provided by
cli
using theprotobuf
protocol description, which allows managed code to be generated using any language that supports this protocol.The text was updated successfully, but these errors were encountered: