File: library_mrt.rst

package info (click to toggle)
python-os-ken 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,280 kB
  • sloc: python: 100,620; erlang: 14,517; ansic: 594; sh: 338; makefile: 136
file content (28 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
****************
MRT file library
****************

Introduction
============

OS-Ken MRT file library helps you to read/write MRT
(Multi-Threaded Routing Toolkit) Routing Information Export Format
[`RFC6396`_].

.. _RFC6396: https://tools.ietf.org/html/rfc6396

Reading MRT file
================

For loading the routing information contained in MRT files, you can use
mrtlib.Reader.

.. autoclass:: os_ken.lib.mrtlib.Reader

Writing MRT file
================

For dumping the routing information which your OSKenApp generated, you can use
mrtlib.Writer.

.. autoclass:: os_ken.lib.mrtlib.Writer