ryu/doc/source/library.rst
FUJITA Tomonori 5474bf214c bgp: add bgpspaker module for non Ryu application usage
This enables you to use Ryu BGP feature as 'bgp speaker' python
library, that is, without ryu-manager, RPC API, REST API, or other Ryu
stuff, you can use Ryu BGP feature in your python application (just
import bgpspeaker.py). The sample code and the API reference docs are
included too.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Reviewed-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
2014-06-13 08:05:25 +09:00

15 lines
251 B
ReStructuredText

*******
Library
*******
Ryu provides some useful library for your network applications.
.. toctree::
:maxdepth: 1
library_packet.rst
library_packet_ref.rst
library_of_config.rst
library_bgp_speaker.rst
library_bgp_speaker_ref.rst