Hello everyone,
Last week, I talked about the sd API that I had built on top of fatfs API which simplifies some of its calls and adds debug information when debug mode is enabled.
I also showed you the different tests I had made and some of the results.
This week, I have started working on a new API and finished it yesterday. It’s the network API. It uses lwip and is built on top of the netconn API. It aims to simplify some its calls and add debug information like the sd API.
For example, it has the following functions:
- launchTCPServer
- launchUDPServer
- connectTCP
- …
To guarantee the expected behavior, I have developed 4 unit tests and executed them on the Olimex development board.
Have a nice day!
Recent Comments