Re: Server Contact via Internet

new topic     » goto parent     » topic index » view thread      » older message » newer message

Hello there,

if i understand your problem correctly, you want client software to be able to
contact your server(running its own software/daemon) and transfer a bunch of
data, right?

well if that is the case, then you have a few options, you can go Win32 and use
Winsock wrappers to do all the internet socket work for you. Or you can use a C
function wrapper library that lets you use the raw C functions.

Socket functions allow you to connect two machines for a data exchange over an
IP network(such as the internet).

I started workin on a linux version of a socket wrapper but then moved on to
other things for a while. If you wish you could look at my code to build your own
wrapper but i think someone else has already written a winsock wrapper for
euphoria


CenSe,
a member of the
ak-software
development team

http://ak-software.virtualave.net/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu