Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
WINS Laboratory authored Jan 13, 2022
1 parent 9778726 commit da6977a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from pickle import FALSE
sys.path.insert(0, os.getcwd())

from Ahc import ComponentModel, Event, ConnectorTypes, Topology, EventTypes, GenericMessage, GenericMessageHeader, FramerObjects
from Ahc import ComponentRegistry
from PhysicalLayers.UsrpB210OfdmFlexFramePhy import UsrpB210OfdmFlexFramePhy
from MAC.CSMA import MacCsmaPPersistent,MacCsmaPPersistentConfigurationParameters
from ahc.Ahc import ComponentModel, Event, ConnectorTypes, Topology, EventTypes, GenericMessage, GenericMessageHeader, FramerObjects
from ahc.Ahc import ComponentRegistry
from ahc.PhysicalLayers.UsrpB210OfdmFlexFramePhy import UsrpB210OfdmFlexFramePhy
from ahc.MAC.CSMA import MacCsmaPPersistent,MacCsmaPPersistentConfigurationParameters

registry = ComponentRegistry()
from Channels.Channels import FIFOBroadcastPerfectChannel
Expand Down

0 comments on commit da6977a

Please sign in to comment.