I have made some attempts at setting this up, starting with establishing a PPP connection. As I dug through the source (https://github.com/nrfconnect/sdk-zephyr/blob/main/drivers/net/ppp.c), it seems very focused on UARTs connected to gsm modules. I'm wondering if what I'm trying is no possible with the SDK "out of the box" as I originally thought.
Any high-level suggestions or guidance would be greatly appreciated. Thanks!