NCS / Zephyr example for bg95 with CONFIG_NET_SOCKETS_OFFLOAD

Hello,

Our product uses nrf52 and a quectel bg95 modem connected over the uart

We are evaluating the nrf connect sdk, we seek to have a working modem abstraction to send udp packets, get the time and receive the gnss position

There seems to be a complete lack of a *simple* example on how to open a socket / send a packet using the offloaded sockets in the bg95 (so without ppp), it's also unclear how the multiplexing between net and gnss works, and there's a lack of examples there too

most examples seems to be based on nrf91 but we don't have that

can anyone provide a snippet or some pointers?

Related