embassy/embassy-net-nrf91
Ulf Lilleengen b76b7ca9f5 Use at-commands crate and support DNS
* Use at-commands for building and parsing AT commands which has better
  error handling.
* Retrieve DNS servers
* Retrieve gateway
* Update example to configure embassy-net with retrieved parameters.
2024-09-04 12:58:33 +02:00
..
src Use at-commands crate and support DNS 2024-09-04 12:58:33 +02:00
Cargo.toml Use at-commands crate and support DNS 2024-09-04 12:58:33 +02:00
README.md Add embassy-net-nrf91. 2024-08-21 12:44:07 +02:00

nRF91 embassy-net integration

embassy-net driver for Nordic nRF91-series cellular modems.

See the examples directory for usage examples with the nRF9160.

Interoperability

This crate can run on any executor.