NRF9160 Modem library

Looking at the architecture for NRF Modem library here:

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrfxlib/nrf_modem/doc/architecture.html

I can see that there is an interface for sockets integrated with Zephyr using the "off load" API.
Now, since boards such as NRF9160DK  also has a short-range radio i would ideally have a setup with "forwarding" between
short-range radio and the cellular modem but that is not really feasible with sockets. 

There also seems to be an AT command interface - could this be used to create a driver in zephyr native stack?

Best
Peter

Parents Reply
  • Below i made a screendump from my Zephyr shell.
    As seen there is two network interfaces - one is 802.15.4 and one is SLIP to a host.
    In this case, since both networks are in the "native" Zephyr IP stack it is possible to set up routing/forwarding between these interfaces.

    But if i add a socket interface as on 9160 modem library i can not see how i can achieve this.
    (You could possibly do something for UDP but for TCP i cannot see it possible)


    Does this make things clear?

    Best

    Peter

Children
Related