mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-24 01:52:23 +01:00
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>
15 lines
251 B
ReStructuredText
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
|