Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.
/ eovsdb Public archive

Fast and simple OVSDB client written in Erlang/OTP [unmaintained]

License

Notifications You must be signed in to change notification settings

shun159/eovsdb

Repository files navigation

eovsdb

{ ok, Pid } = eovsdb_client:connect("127.0.0.1:6632", [{ database, <<"Open_vSwitch">>}]).
{ ok, Schema } = eovsdb_client:get_schema(Pid),
{ ok, DBList } = eovsdb_client:list_dbs(Pid),
{ ok, Data } = eovsdb_client:transaction(Pid, [eovsdb_op:select("*", <<"Bridge">>, [])]).

About

Fast and simple OVSDB client written in Erlang/OTP [unmaintained]

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages