adjacentlink / emane

Distributed wireless network emulation framework
Other
129 stars 37 forks source link

Do I need a phy layer? #160

Open rjmccabe3701 opened 4 years ago

rjmccabe3701 commented 4 years ago

In our use case we don't care about all the bells and whistles in the PHY layer. We are essentially using EMANE as the middlewear between our network application and our firmware emulation.

I tried a pull request where i exposed the components of the frameworkphy so we can tailor the PHY to suit our needs. I'm ok in abandoning these changes (I closed the PR). Looks like i could use an UNSTRUCTURED NEM? Is that recommended?