Skip to content

Commit

Permalink
Test AODV is added
Browse files Browse the repository at this point in the history
  • Loading branch information
cengwins committed Jan 14, 2022
1 parent 370e7d4 commit 55c63df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Routing/testAODV.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from ahc.Ahc import ComponentModel, Event, ConnectorTypes, Topology
from ahc.Ahc import ComponentRegistry
from ahc.Ahc import GenericMessagePayload, GenericMessageHeader, GenericMessage, EventTypes
from Channels.Channels import P2PFIFOPerfectChannel
from ahc.Channels.Channels import P2PFIFOPerfectChannel
#from LinkLayers.GenericLinkLayer import LinkLayer
#from NetworkLayers.AllSeeingEyeNetworkLayer import AllSeingEyeNetworkLayer
from ahc.Routing.AODV.AODVLinkLayerComponent import AODVLinkLayerComponent
Expand Down

0 comments on commit 55c63df

Please sign in to comment.