Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application interface without IP/Ethernet #227

Open
Lithimlin opened this issue Feb 14, 2023 · 1 comment
Open

Application interface without IP/Ethernet #227

Lithimlin opened this issue Feb 14, 2023 · 1 comment

Comments

@Lithimlin
Copy link

I'm currently trying to figure out if and how I can use EMANE to emulate a LoRa channel.

I have an application for which I want to write an interface to EMANE. However, since I'm working with LoRa, I'm not using IP/Ethernet packets. From what I understand that means I cannot use the RawTransport or VirtualTransport interfaces, correct?
So would I need to write a custom Transport interface? Does anyone perhaps know if something like this has already been done for LoRa or just a non-IP/Ethernet packet structure?

Thanks for any advice in advance.

@sgalgano
Copy link
Member

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 to register a socket with your radio model to exchange data and control with upper stack component(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants