zephyr/samples/net
Bjarki Arge Andreasen c0c9d6f7d6 samples/net: Add cellular modem sample
This commit adds a sample application which demonstrates how
to use the new driver and modules. The sample uses power
management to turn on the modem, uses network management
to wait for L4 connected, then uses DNS to get the IP
of the server running the python script found in the
server folder, which echoes back data recevied to it.
A packet containing psudo random data is then sent to
the server, which the echoes it back. To validate the
capability of the driver to restart the modem, the
modem is restarted, and the packet is sent again.

The server is hosted by linode, and uses the domain
name test-endpoint.com

Signed-off-by: Bjarki Arge Andreasen <baa@trackunit.com>
2023-08-30 13:48:51 +02:00
..
capture samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
cellular_modem samples/net: Add cellular modem sample 2023-08-30 13:48:51 +02:00
cloud samples: net: rename shadow variables 2023-08-22 11:39:58 +02:00
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client samples/net/dhcpv4_client: remove unused var "iface" from sample 2023-08-23 14:43:56 +02:00
dns_resolve samples: net: dns_resolve: Improve DHCPv4 handling 2023-07-25 14:18:54 +02:00
dsa samples: net: rename shadow variables 2023-08-22 11:39:58 +02:00
eth_native_posix samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
gptp samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
gsm_modem samples/net: Add cellular modem sample 2023-08-30 13:48:51 +02:00
ipv4_autoconf samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
lldp samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
lwm2m_client drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
mdns_responder Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
mqtt_publisher Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
mqtt_sn_publisher net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
openthread/coprocessor doc: samples: update OVERLAY_CONFIG to EXTRA_CONF_FILE 2023-05-23 16:40:21 +02:00
promiscuous_mode samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
sockets net: conn_mgr: Rename connectivity monitor 2023-08-29 16:13:37 +02:00
stats tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
syslog_net samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
telnet Bluetooth: Samples: Remove usage of BT_DEBUG_LOG 2023-06-07 13:56:55 -04:00
tftp_client sample: net: add tftp client sample 2023-08-23 10:05:19 +02:00
virtual samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
vlan samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
wifi boards: xtensa: Add support for YD-ESP32 board 2023-08-15 11:15:39 +00:00
wpan_serial net: l2: ieee802154: document L1/L2 sep. of concerns 2023-06-17 16:20:21 -04:00
wpanusb net: l2: ieee802154: document L1/L2 sep. of concerns 2023-06-17 16:20:21 -04:00
zperf boards: mr_canhubk3: enable EMAC 2023-08-03 10:28:20 +02:00
net.rst