|
RLRP routing
v.0.1.0
|
Classes | |
| class | Entry |
| Class Entry represents a dictionary containing current estimated values for forwarding a packet to the given mac. More... | |
| class | Table |
| Route table class. More... | |
Variables | |
| ABSOLUTE_PATH = routing_logging.ABSOLUTE_PATH | |
| This constant stores a string with an absolute path to the program's main directory. More... | |
| TABLE_LOG = routing_logging.create_routing_log("routing.route_table.log", "route_table") | |
| Global routing_logging.LogWrapper object for logging RouteTable activity. More... | |
@package RouteTable Created on Aug 1, 2016 @author: Dmitrii Dugaev This module presents a routing table implementation of the protocol, with formats for routing entries, and with the corresponding processing methods.
| RouteTable.ABSOLUTE_PATH = routing_logging.ABSOLUTE_PATH |
This constant stores a string with an absolute path to the program's main directory.
| RouteTable.TABLE_LOG = routing_logging.create_routing_log("routing.route_table.log", "route_table") |
Global routing_logging.LogWrapper object for logging RouteTable activity.