TCP/IP Stack and MikroC

Post your requests and ideas on the future development of mikroC PRO for PIC.
Post Reply
Author
Message
letadyylko
Posts: 34
Joined: 22 Feb 2010 17:53

TCP/IP Stack and MikroC

#1 Post by letadyylko » 01 Dec 2010 11:09

I would like better TCP/IP communication than is in Eth library in MikroC. What do you think about translate Microchip TCP/IP Stack to mikroC? Someone working/worked on it? The code is not trivial. Is it even possible?

What do you think MikroC team?

Many thanks!

l.

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: TCP/IP Stack and MikroC

#2 Post by zristic » 02 Dec 2010 11:58

We better leave it up to users- we are so busy with other stuff for which we do not have a solution at the moment, so the Ethernet stack from Microchip low priority to us.

letadyylko
Posts: 34
Joined: 22 Feb 2010 17:53

Re: TCP/IP Stack and MikroC

#3 Post by letadyylko » 02 Dec 2010 16:29

:'( ...and any other better variant? ...with retransmit packet etc. ?

tancioste
Posts: 16
Joined: 13 Jul 2009 13:19

Re: TCP/IP Stack and MikroC

#4 Post by tancioste » 06 Dec 2010 23:17

Hello,

any news?? Still no better TCP/IP stack for C compiler and PIC18?No TCP_Connect function will be developed? Waht about packet fragmentation?

Best Regards.

Stefano

letadyylko
Posts: 34
Joined: 22 Feb 2010 17:53

Re: TCP/IP Stack and MikroC

#5 Post by letadyylko » 22 Dec 2010 15:45

OK...

if is called Ethernet_UserTCP...I would like know, how to find etc. "sequence number" and "acknowledgment number" of one packet for detect retransmition, PSH flag for detection appl. data, etc.


Can MicroC Team add any things into this method for users? I would like renew Ethernet library for the other users.

unsigned int Ethernet_UserTCP(unsigned char *remoteHost, unsigned int remotePort, unsigned int localPort, unsigned int reqLength, TEthPktFlags *flags, add numbers);

I would like add to structure:
*flags - PSH

Thanke you for reply.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: TCP/IP Stack and MikroC

#6 Post by filip » 23 Dec 2010 15:14

Hi,

This is a nice suggestion. I will pass this on to our developers, and they will decide whether it will be included in the library.

Than you for your suggestion.

Regards,
Filip.

letadyylko
Posts: 34
Joined: 22 Feb 2010 17:53

Re: TCP/IP Stack and MikroC

#7 Post by letadyylko » 26 Jul 2011 21:49

It is not included yet :-( I thing that TCP/IP stack is important for profesionals using of this compiler.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: TCP/IP Stack and MikroC

#8 Post by filip » 27 Jul 2011 08:38

Hi,

We are working on solution for the TCPI/IP stack and understand that the TCPI/IP stack is a must for a professional.
Thank you for the understanding.

Regards,
Filip.

letadyylko
Posts: 34
Joined: 22 Feb 2010 17:53

Re: TCP/IP Stack and MikroC

#9 Post by letadyylko » 27 Jul 2011 22:12

Thank you for our reply. Super! Can you tell me how long..? ..approximately..

Thanks!

L

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: TCP/IP Stack and MikroC

#10 Post by filip » 29 Jul 2011 14:54

Hi,

Please, have a look at the News section :
http://www.mikroe.com/eng/news/index/

Regards,
Filip.

letadyylko
Posts: 34
Joined: 22 Feb 2010 17:53

Re: TCP/IP Stack and MikroC

#11 Post by letadyylko » 30 Jul 2011 13:43

woow, thanks, thanks, thanks! :)

donno
Posts: 26
Joined: 04 Mar 2010 17:07

Re: TCP/IP Stack and MikroC

#12 Post by donno » 22 Sep 2011 14:05

Any News Yet On TCP/IP Stack ?

octal
Posts: 534
Joined: 09 Feb 2005 14:15
Location: France
Contact:

Re: TCP/IP Stack and MikroC

#13 Post by octal » 22 Sep 2011 14:12

http://www.pocketmt.com

Post Reply

Return to “mikroC PRO for PIC Wish List”