Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Copyright 2026, Ahmed Abdulla. All Rights Reserved. Lightweight DHCP client Status: Completed. Optional TODO: Split sendUdpMessage into two functions: - first fn assembles UDP packet and return pointer to UDP packet. The pointer can be casted to e.g. a DHCP frame, allowing in-place modification instead of copying (should reduce stack usage by ~2KiB). - second fn finalizes packet and sends it. Requires size of UDP data section to be provided