progress.messaging.messages

This module contains network messages that are used in ProgReSS, like classical routing messages. Note: Not used in the current version of ProgReSS

class progress.messaging.messages.ClassicalRoutingTableMessage(dest_device, routing_table)[source]

Bases: Message

This message encapsulates a classical routing table shaped as a dictionary indexed by host IDs.

Parameters:
dest_deviceint

The ID of the device that the routing table is for.

routing_tabledict[int, int]

The routing table.