Steven Galgano
Steven Galgano
How did you install emane?
Your issue is more than likely related to the way you installed emane. CORE is a 3rd party tool that we do not use or support. My suggestion would be...
Take a look at the [emane-emedded-example](https://github.com/adjacentlink/emane-embedded-example). The emane-emedded-example is a simple example for embedding the emulator within your waveform stack, which is how we do shared code modeling. It is...
Use [pPlatformService_->fileDescriptorService().addFileDescriptor()](https://github.com/adjacentlink/emane/blob/master/include/emane/platformserviceprovider.h#L84).
Are you reading the data from fd_ in testFileDescriptor()?
Typically when you are making a shared code model there is already waveform interfaces that exist between components. The goal would be to use the same protocol/mechanism that is used...
You can write a custom transport, but I would suggest investigating the use of an NEM (emulator physical layer and your LoRa radio model) without a transport, using the FileDescriptorService...