lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] write into connection directy


From: Michael Steinecke
Subject: Re: [lwip-users] write into connection directy
Date: Thu, 23 Apr 2015 15:04:35 +0200
User-agent: K-9 Mail for Android

Hello Norbert
If you want to achieve this, you may not use the netconn or socket API. You need to have a raw TCP implementation.

Both APIs are handling the tasking and the actual connection for you.

Kind regards
Michael

Am 23. April 2015 14:56:32 MESZ, schrieb "Tóth Norbert" <address@hidden>:
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



lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users

--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.
reply via email to

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