Re: [lwip-users] TFTP init

2016-12-21 Thread Sergio R. Caprile

There is a nice FTP client library (RAW API) here:
https://github.com/gezedo/lwftp

Laurent, the author, can probably be found lurking around here.
I contributed the data handler code, which also managed to find its way 
into the SMTP client, so you'll find a similar API to apps in the 
contrib tree.

No file system needed.
If you need a server, there are some around, although I can't comment 
(nor help).


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


Re: [lwip-users] TFTP init

2016-12-21 Thread contact
I personally like this implementation for FTP. It has file system backend with 
abstraction layer.
https://github.com/toelke/lwip-ftpd

Regards,
Ajay Bhargav
www.8051projects.net

From: Sergio R. Caprile
Sent: Wednesday, December 21, 2016 6:04 PM
To: lwip-users@nongnu.org
Subject: Re: [lwip-users] TFTP init

There is a nice FTP client library (RAW API) here:
https://github.com/gezedo/lwftp

Laurent, the author, can probably be found lurking around here.
I contributed the data handler code, which also managed to find its way 
into the SMTP client, so you'll find a similar API to apps in the 
contrib tree.
No file system needed.
If you need a server, there are some around, although I can't comment 
(nor help).

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

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

Re: [lwip-users] TFTP init

2016-12-21 Thread Philipp Tölke
> I personally like this implementation for FTP. It has file system backend
> with abstraction layer.
>
> https://github.com/toelke/lwip-ftpd

Well, that is a server, the OP linked to a client :-)

Cheers,
Philipp

-- 
*fos4X GmbH | www.fos4x.de *
Thalkirchner Str. 210, Geb. 6 | 81371 München | DE

Handelsregister | Commercial Register: Amtsgericht München HRB 189 218
Geschäftsführer | Managing Directors: Dr. Lars Hoffmann, Dr. Mathias Müller
Unternehmenssitz | Place of Business: München, DE


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

Re: [lwip-users] TFTP init

2016-12-21 Thread Philipp Tölke
> I personally like this implementation for FTP. It has file system backend
> with abstraction layer.
>
> https://github.com/toelke/lwip-ftpd

Well, that is a server, the OP linked to a client :-)

Cheers,
Philipp

-- 
*fos4X GmbH | www.fos4x.de *
Thalkirchner Str. 210, Geb. 6 | 81371 München | DE

Handelsregister | Commercial Register: Amtsgericht München HRB 189 218
Geschäftsführer | Managing Directors: Dr. Lars Hoffmann, Dr. Mathias Müller
Unternehmenssitz | Place of Business: München, DE


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

[lwip-users] LwIP test suite

2016-12-21 Thread 杨辉
Hello, 

I implement a simple TCP/IP protocol for study.
I wish  to conduct conformance testing of our TCP/IP implementation, and so, I 
would like to obtain an  appropriate protocol test suite.

Dose the LwIP has its own test suites ?  And can I get it to test my TCP/IP 
implementation ?

I would also welcome recommendations for independent sites 
that conduct TCP/IP conformance testing. 

Thank you.

YANG HUI






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