On Wed, Jul 06, 2011 at 05:21:38PM +0000, Semba, Kurt wrote: > So my only option is to walk through the C-code of your ovs tools > and try to reproduce this using Java and this JSON-RPC lib?
The OVSDB protocol is specified in ovsdb/SPECS. This should be enough to implement a client (or a server). I will do my best to clarify omissions or ambiguities if you report them. Besides the C implementation, there is a Python implementation in python/ovs/db. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
