Merge branch 'main' of https://github.com/Sani7/2023-Webservices_And_Applications
This commit is contained in:
@@ -68,3 +68,4 @@ This folder contains the following documents:
|
|||||||
- [mkllfs.md](docs/mkllfs.md): Make Linked List File System
|
- [mkllfs.md](docs/mkllfs.md): Make Linked List File System
|
||||||
- [style_guide.md](docs/style_guide.md): Style Guide
|
- [style_guide.md](docs/style_guide.md): Style Guide
|
||||||
- [tftp.md](docs/tftp.md): Trivial File Transfer Protocol
|
- [tftp.md](docs/tftp.md): Trivial File Transfer Protocol
|
||||||
|
- [udp_broadcast.md](docs/udp_broadcast.md): UDP Broadcast
|
||||||
@@ -1,5 +1,14 @@
|
|||||||
# TFTP
|
# TFTP
|
||||||
This is the documentation of the TFTP task
|
This is the documentation of the TFTP task
|
||||||
|
|
||||||
|
## Table of contents
|
||||||
|
- [Table of contents](#table-of-contents)
|
||||||
|
- [Initialization](#initialization)
|
||||||
|
- [Deinitialization](#deinitialization)
|
||||||
|
- [Usage](#usage)
|
||||||
|
- [Receive a file](#receive-a-file)
|
||||||
|
- [Send a file](#send-a-file)
|
||||||
|
|
||||||
## Initialization
|
## Initialization
|
||||||
The TFTP task is initialized in the main function.
|
The TFTP task is initialized in the main function.
|
||||||
```c
|
```c
|
||||||
|
|||||||
Reference in New Issue
Block a user