Link to home
Start Free TrialLog in
Avatar of brainware
brainware

asked on

NEED IT FAST!! UDP Send/Listen

I need a sample of using a UDP that listen for a pack eg could be a Bitmap,
eg. a application SENDS the file and the other just recieve it.

what i wish to use it for is:

CLIENT - PrintScreen or other hotkey and i send Image/Screen info to the Server.

SERVER - get the image and process it..

i need to do some Image Analyze from a few things and this would be usefull for me to be able to stay in program/game while i can see on server what it found..

i want it using FPIETTE WSocket!

Avatar of FrodoBeggins
FrodoBeggins

I have such project. Client and Server, the Client sends a command, the server executes it. I use it basicaly for picture exchange, but I've implemented "screen" command for capturing the screen. I can e-mail the project group to you
The screen capture itself works very fast. I use bitblt() API function to get the whole screen and in just a moment i have it in BMP. After that I convert it to JPG for faster delivery (it becomes much smaller than the 2 MB bitmap) and just a second after the command SCREEN the client sees the screen of the server. I have some extras like progressbar and others ;-)
Avatar of brainware

ASKER

ok.. ill take a look...
Delphi 5 ?? dont have d6..

brainware@cyberjunkie.dk

if you have any good UDP samples for example

Deticated Server
Client

software usage is ok.. but im gonna try use for game later.. but else as Question here was all about the Picture that is what you get this points for!
Frodo Beggins, Can you send me the project too. My e-mail address is delfreak@thedoghousemail.com

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of FrodoBeggins
FrodoBeggins

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forgot to tell you... You need
Borland Delphi 5
Francois Piette's ICS
you gonna email this project or what???

EMAIL:

 brainware@cyberjunkie.dk
Froddo, I haven't received the project yet.

Send it to delfreak@thedoghousemail.com

Thanks!
Oops! My mistake, I have it already. Thanks!

Now I'll check it out. Hehehe...
sams im not gonna get it tho i freaking asked for it hehe..
Sorry, brainware. I have message delivery failure. I'm trying to send it again....
I just learned my grandfather died that night. So now I'm going home and i will not be connected until monday. (tomorow is the funeral). I don't like to leave something unfinished, but... Brainware, if you don't receive my mail (I've sent it already), please say it here. And you, DelFreak, please forward it if needed. Both you feel free to use/modify the code. I'll be glad if I receive better version (not obligatory).

Be back in Monday
FrodoBeggins
File Recieved! thx..

Sorry about your grandfather..

Regards
 Michael