TheCricLinks

Je me pose plein de questions, Internet est un moyen d'y répondre

Nom :

La devise de la France est Liberté - Égalité - Fraternité. Cette devise peut et doit nous aider à trouver le bon chemin.

samedi 22 avril 2006

Indy Project - des Sockets pour .NET ou Borland meilleures que les sockets natives

Indy.Sockets is an open source socket library from IndyProject.org that supports clients, servers, TCP, UDP, raw sockets, as well as over 100 higher level protocols such as SMTP, POP3, NNTP, HTTP, and many more. (really much more => see the link to the matrix [here!])

Indy.Sockets is available for C#, C++, Delphi, Visual Basic.NET, in fact any .NET language, and Kylix.

Indy.Sockets FCL build is a managed assembly and is compatible with the Microsoft .NET framework, and even Mono.

Indy is more portable, both in terms of languages and platforms than the native Windows or .NET framework sockets

[Here is !] the features Matrix between .NET Framework and Indy implementations of the networks protocols with an clear advantage for Indy.

Indy can be used for languages:

  • C#
  • C++
  • Delphi
  • JScript
  • Visual Basic

and on Platforms:

  • Linux
  • .NET Framework
  • Win32

Indy is single source; a single source base is used to support all of these platforms and languages.

Indy is Open Source and developed solely by volunteers and with the help of its corporate sponsors.

Indy has had a long history that goes back to 1993. Indy has grown over the years and now is the largest, most comprehensive socket library available on any platform."

IndyProject.org provides demos [here!]