Indy project, internet protocols - use with PureBasic ?

Everything else that doesn't fall into one of the other PB categories.
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Indy project, internet protocols - use with PureBasic ?

Post by USCode »

Anyone familiar with the Indy project? http://www.indyproject.org

Indy "is an open source socket library 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."

It would be nice to be able to take advantage of all these protocols from PB4. On the Indy website it says it supports C++ ... doesn't that mean we could utilize the code using PB's "Interface" ?

Maybe it's just Borland C++ that it works with as the library was written in Delphi?

Anyone have any idea?
Any other comprehensive open-source cross-platform library that we might be able to utilize instead?
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Well, this is definately server grade network library, no doubt about it. If we can get this ported so we can use it in PB, it would neatly replace the pb library and provide the desperately needed server side functions.

Thanks for bringing this up, I'll see if I can fiddle around and get this working in PB!

Thanks yet again!
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Post by USCode »

Shannara wrote:... Thanks for bringing this up, I'll see if I can fiddle around and get this working in PB! ...
That would be terrific Shannara, thanks!
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Shannara wrote: I'll see if I can fiddle around and get this working in PB!
That would be lovely! I think i used this in Delphi when that was the language!
Post Reply