lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] write into connection directy


From: Tóth Norbert
Subject: [lwip-users] write into connection directy
Date: Thu, 23 Apr 2015 14:56:32 +0200

Hi Folks,

I'm working on a microcontroller application with FreeRTOS + LwIP 1.4.1.
The situation: I'm reading data from the SD card via SPI and send it over TCP connection (with netconn API). Currently it's done by:
copy data into buffer
put buffer into netconn_write()

The question is:
How can I get the buffer of the connection and write directly into it?

Regards,
Norbert

reply via email to

[Prev in Thread] Current Thread [Next in Thread]