1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:29:46 +01:00
RIOT/examples/telnet_server
AnnsAnn 237b71528c examples: Create a proper Table of Content
examples: ToC about all examples

examples: Fix whiteline issues

examples: Improve wording of Rust example

Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>

examples: Reduce redundant wording

Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>

examples: remove mention of repository

Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>

examples: Improve wording of coap example text

Co-authored-by: Teufelchen <9516484+Teufelchen1@users.noreply.github.com>
2024-11-12 16:17:03 +01:00
..
main.c examples/telnet_server: add missing newline 2023-02-22 09:49:10 -05:00
Makefile pkg/lwip: automatically pull in lwip_netdev 2024-04-30 08:41:07 +02:00
Makefile.ci boards/weact-g030f6: add new board 2024-02-05 00:45:42 +01:00
README.md examples: Create a proper Table of Content 2024-11-12 16:17:03 +01:00

Telnet Example

Example application for demonstrating the RIOT telnet server.

It creates a simple telnet server that listens on port 23 over IPv6.