New Ethernet Libraries with TCP/IP stack support coming soon

Here you can find latest news on mikroElektronika products.
Author
Message
User avatar
anikolic
mikroElektronika team
Posts: 1775
Joined: 17 Aug 2009 16:51
Location: Belgrade
Contact:

New Ethernet Libraries with TCP/IP stack support coming soon

#1 Post by anikolic » 28 Jul 2011 13:46

New Ethernet Libraries with TCP/IP stack support are coming soon

Yesterday we talked about the revision of FAT16 and FAT32 libraries,
and today we are excited to share the news about what we are planing
to implement in the new revision of the Ethernet libraries in mikroElektronika compilers.

1. We have introduced TCP client functions for all Ethernet libraries.
This means that your device can now initiate the communication with the server,
in the way browsers do on your computer. This feature is anticipated
for more than two years now, and we are so excited to finally have the resources
to implement it. TCP client implementation enabled us to expand the libraries further.

2. Library can simultaneously handle multiple sockets for both TCP client
and TCP server implementation. You can also define maximum number of sockets
based on your available RAM memory, or based on the target bandwidth,
and you are ready to go.

3. We have written an entire TCP/IP stack with initial handshakings
at the beginning of connection, and management of sent and received packages,
error handling. You are now free to send as many packages as you want.
This package fragmentation allows you to build large websites.
Users can define the size of Transmit buffer for each socket and you can fill
this buffer with whatever data you want. You can even store part of the resources in RAM,
part in Flash and part in external memory (MMC/SD card)
and have it all sent as a whole website. It's truly a very powerful feature!

We have also upgraded UDP functions with several features,
but this time we have mainly focused on TCP.

What's best of all, we are going to simultaneously release these features
for ENC28J60, ENC24J600, internal Ethernet in PIC18F87J60 and PIC32MX7.
You'll have it all covered! We hope you will like the new libraries which will enable you
to build fantastic applications. We can't wait to build the first browser-controlled
home automation devices and we already have other interesting projects in mind.
But, let's wait till the final releases.

Stay tuned for some more interesting information this week.

Yours sincerely,
mikroElektronika
Web Department Manager

FreddyA
Posts: 16
Joined: 28 Sep 2010 18:14

Re: New Ethernet Libraries with TCP/IP stack support coming

#2 Post by FreddyA » 28 Jul 2011 22:56

OMFG, that is just so great!

Now we can use a Ethernet Embedded Module as a true WebService, and also use other webservices around the world from the Module, imagine the possibilities!

Code: Select all

We can't wait to build the first browser-controlled
home automation devices and we already have other interesting projects in mind.
But, let's wait till the final releases.
I've already built such a system, it controls 8 Lights, has Smoke, Movement and Gas Sensors input, Wallswitch support, Light Dimming, Automatic Drapery and in the near future Voice Recognition Capabilities using Mikroe Solutions.

The only thing lacking was that SPI ETHERNET library was not as reliable as I expected, with this new library, no more excuses.

Thank you so much Mikroe!

Best Regards

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#3 Post by octal » 29 Jul 2011 10:02

Hi anikolic,
is it possible to get hand on "beta" versions of these libs? I may have some stuff to test with these ;)
http://www.pocketmt.com

mlebel
Posts: 58
Joined: 13 Apr 2010 11:55
Location: Karmiel, ISRAEL
Contact:

Re: New Ethernet Libraries with TCP/IP stack support coming

#4 Post by mlebel » 11 Sep 2011 11:16

Interested in Smart Home modules?

Try: http://www.onofftech.com

It all been programed with MikroC

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#5 Post by donno » 21 Sep 2011 19:58

When Can We Expect This Library ?

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#6 Post by filip » 22 Sep 2011 09:03

Hi,

You can download the library from the following location :
http://www.libstock.com/projects/view/1 ... et-library

Regards,
Filip.

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#7 Post by donno » 27 Sep 2011 07:48

I Am Running Windows Is There a Unzip program to extract *.mpkg files or maybe pack it in a Zip Format ?

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#8 Post by filip » 27 Sep 2011 08:49

Hi,

This file you can open using the Package Manager :
http://www.mikroe.com/eng/products/view ... e-manager/

Download the Package Manager, install, open the desired package, click Install Package and it will install in your target compiler.

Regards,
Filip.

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#9 Post by donno » 27 Sep 2011 12:51

Thank You :-)

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#10 Post by letadyylko » 24 Oct 2011 20:59

how it goes with the stack for J60 PICs?

Thank you. L.

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#11 Post by filip » 25 Oct 2011 08:29

Hi,

The internal J60 Ethernet library will be soon available too.

Regards,
Filip.

st5
Posts: 192
Joined: 04 Jan 2011 14:14
Location: 3090 Belgium

Re: New Ethernet Libraries with TCP/IP stack support coming

#12 Post by st5 » 26 Oct 2011 00:24

Will the library alone, be too big for the limited Compiler?
3x PicPlc16V6 1x EasypicV7

Going from programming on PC to embedded programming is like working in the dark with sunglasses on.

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

Re: New Ethernet Libraries with TCP/IP stack support coming

#13 Post by filip » 26 Oct 2011 08:47

Hi,

Yes, in order to use it you will need a full compiler version.

Regards,
Filip.

Deen
Posts: 37
Joined: 26 Mar 2011 14:06
Location: France

Web based AutoMotive 5 Gas Analyzer

#14 Post by Deen » 30 Oct 2011 05:04

:idea: I want to make a CHEAP REMOTE WEB BASED 5 Gas Analyzer for Vehicles With PIC MCUS.First i Need 5 Gas Sensor which can detect Nox,CO,HC,O2 ETC.Does Anyone know about any Cheap 5 Gas Transducer Which i can integrate with ANY MCU.I am Open to any Tips,Hints,Leads,Ideas,Instructions etc.Please Help me MiKroe this is for my high School Project.Thanks in Advance. :idea:(I apologize If i posted this in a wrong place)

cedric
Posts: 4
Joined: 02 Feb 2012 00:24

Re: New Ethernet Libraries with TCP/IP stack support coming

#15 Post by cedric » 03 Feb 2012 14:28

Hi,

I have a PIC18F87J50 (mikromedia for PIC18FJ) and an external Ethernet controller board (Serial Ethernet),
can I still develop my embedded web server using this TCP/IP stack?

Regards,

Post Reply

Return to “Product Announcements”