lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] SSL on lwip


From: Piero 74
Subject: Re: [lwip-devel] SSL on lwip
Date: Tue, 17 Feb 2009 10:57:13 +0100




1- I suppose you don't talk about this code : contrib\apps\netbios ?
i'm talking about this: http://lists.gnu.org/archive/html/lwip-users/2008-12/msg00050.html
i didn't see code in contrib... i'm seeing now (sorry..)... could you check if implementation are similar?
In first check i see only difference in the possibility to pass name to nbns code, in runtime (i used this feature in my code, you can program the name), instead using #define
but... your code, could give the possibility to see the device on win pc - network resources? with code i used, i can only use: ping <host_name>, from a pc in the same subnet (however it's useful if dhcp is used)
 

2- of course, it can be useful, but should be in the contrib folder, not in the lwip one
i agree with you... but i think someone have to work on it (i will try on smtp client, but with authentication without SSL, at least)
 

3 - interesting
i'm searching something about it... some small open source code... i found only big code... but... i'm thinking to "do a reverse engineering" from m*****chip code ;O)
but i think we will discuss about socket layer interface before!
 

4- contrib\apps\sntp could be a base for you
oh my god!! ...useful code... in my idea i wanted to develop code without socket (my first experience with lwip code without code).... but this code is enough for now (for my marketing request)... after i could try to change it to work using low_level api....
i suppose i can call sntp_request everywhere in my code... using a delay between requests, right?

Thanks for your good reply...
talking about open points, with you and other developers!
 

Bye
Piero



----- Original Message ----- From: "Piero 74" <address@hidden>
To: "lwip-devel" <address@hidden>
Sent: Monday, February 16, 2009 11:32 PM
Subject: [lwip-devel] SSL on lwip



hi all

today, i tried to see how is developed MICROCHIP tcpip stack (they provide open
code, optimized for their hw, free if it will be embedded in their
microcontroller)

after a quick check, my understanding is:
- bsd socket avalaible
- code has to run in loop, calling state machine functions
- they provide some useful things embedded with stack:
1- nbns
2- tftp, simple smtp
3- ssl

in lwip:
1: there is a unofficial code, not in cvs, posted in mailings, for
sinple nbns srv: i used it, it's very useful.. should became a part of
lwip
2: they are high level protocol, but have a ready-to-use code
controlled by defines in lwipopts should be a value adds for more
developers
3: lwip should have it, imo, build using a additional sockets
functions, to have layer for secure connections
4: ...just my add... i want to try to implement a simple network time
protocol, which runs in background, as dhcp client does, using a
timeout function, and dns code, and a callback for app code, called
when time is updated

i want to know lwip community opinions.

bye
Piero


_______________________________________________
lwip-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-devel





_______________________________________________
lwip-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-devel


reply via email to

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