A network driver for a RAK811 attached via a UART.
Requires the RAK811 to be flashed with a 2.x version of the AT firmware.
The adapter has a serial interface, therefore this driver can be used with any UART driver that implements the embedded-io traits.
- Implements
embedded-nal-asynctraits - Implements
embedded-iotraits - Full async support, based on
embassylibraries
See examples/std for an example that works in a STD environment.